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
- 属性
コンストラクター
| ProvideTextEditorAutomationAttribute(Type, String, String, Int16, Int16) |
ProvideTextEditorAutomationAttribute クラスの新しいインスタンスを初期化します。 |
プロパティ
| CategoryName |
カテゴリの名前を取得します。 |
| CategoryResourceId |
カテゴリのリソース ID を取得します。 |
| PageName |
ページ名を取得します |
| TypeId |
現在の ProvideTextEditorAutomationAttribute オブジェクトを取得します。 |
メソッド
| Register(RegistrationAttribute+RegistrationContext) |
プロパティ ページを登録します。 |
| Unregister(RegistrationAttribute+RegistrationContext) |
登録情報を削除します。 |