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)

スクリプト コレクターのインスタンスを作成します。

適用対象