IScriptCollectorInfo 接口

定义

表示脚本收集器的显示信息。

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
派生
属性

属性

Description

获取脚本收集器的说明。

DisplayName

获取脚本收集器的本地化显示名称。

Image

获取与脚本收集器关联的指定图像。

Moniker

获取脚本收集器的唯一标识符。

ShortcutKey

获取要使用的所需热键。

SupportedContentTypes

获取兼容的内容类型列表。

方法

CreateScriptCollector(String, IContext)

创建脚本收集器的实例。

适用于