IScriptCollectorInfo Interface

Definition

Represents the display information of the Script Collector.

public interface class IScriptCollectorInfo
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("C8D7F5A9-5332-46e8-BB33-9D0EF13B0958")]
public interface IScriptCollectorInfo
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("C8D7F5A9-5332-46e8-BB33-9D0EF13B0958")>]
type IScriptCollectorInfo = interface
Public Interface IScriptCollectorInfo
Derived
Attributes

Properties

Description

Gets the description of the Script Collector.

DisplayName

Gets the localized display name for the Script Collector.

Image

Gets the specified image that is associated with the Script Collector.

Moniker

Gets the unique identifier of the Script Collector.

ShortcutKey

Gets the desired Hotkey to be used.

SupportedContentTypes

Gets the list of compatible content types.

Methods

CreateScriptCollector(String, IContext)

Creates an instance of the Script Collector.

Applies to