ProvideTextEditorAutomationAttribute 類別

定義

註冊一個選項頁面。

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)

移除註冊資訊。

適用於