ProvideTextEditorAutomationAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
註冊一個選項頁面。
public ref class ProvideTextEditorAutomationAttribute sealed : Microsoft::VisualStudio::Shell::ProvideOptionDialogPageAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideTextEditorAutomationAttribute : Microsoft.VisualStudio.Shell.ProvideOptionDialogPageAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideTextEditorAutomationAttribute = class
inherit ProvideOptionDialogPageAttribute
Public NotInheritable Class ProvideTextEditorAutomationAttribute
Inherits ProvideOptionDialogPageAttribute
- 繼承
-
ProvideTextEditorAutomationAttribute
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| ProvideTextEditorAutomationAttribute(Type, String, String, Int16, Int16) |
初始化 ProvideTextEditorAutomationAttribute 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| CategoryName |
獲得類別名稱 |
| CategoryResourceId |
取得類別資源 ID。 |
| PageName |
取得頁面名稱 |
| TypeId |
取得當前 ProvideTextEditorAutomationAttribute 物件。 |
方法
| 名稱 | Description |
|---|---|
| Register(RegistrationAttribute+RegistrationContext) |
註冊物業頁面。 |
| Unregister(RegistrationAttribute+RegistrationContext) |
移除註冊資訊。 |