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
属性

コンストラクター

ProvideTextEditorAutomationAttribute(Type, String, String, Int16, Int16)

ProvideTextEditorAutomationAttribute クラスの新しいインスタンスを初期化します。

プロパティ

CategoryName

カテゴリの名前を取得します。

CategoryResourceId

カテゴリのリソース ID を取得します。

PageName

ページ名を取得します

TypeId

現在の ProvideTextEditorAutomationAttribute オブジェクトを取得します。

メソッド

Register(RegistrationAttribute+RegistrationContext)

プロパティ ページを登録します。

Unregister(RegistrationAttribute+RegistrationContext)

登録情報を削除します。

適用対象