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 |
|---|---|
| Description |
取得劇本收集者的描述。 |
| DisplayName |
取得腳本收集器的在地化顯示名稱。 |
| Image |
取得與腳本收集器相關聯的指定映像檔。 |
| Moniker |
取得腳本收集器的唯一識別碼。 |
| ShortcutKey |
取得想要使用的快捷鍵。 |
| SupportedContentTypes |
取得相容內容類型的清單。 |
方法
| 名稱 | Description |
|---|---|
| CreateScriptCollector(String, IContext) |
建立一個腳本收集器的實例。 |