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)

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

適用対象