IScriptCollectorInfo インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スクリプトコレクターの表示情報を表します。
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) |
スクリプトコレクターのインスタンスを作成します。 |