次の方法で共有


ProvideLanguageEditorToolsOptionCategoryAttribute クラス

定義

この属性は、言語のツール オプション カテゴリを宣言するために使用されます。

public ref class ProvideLanguageEditorToolsOptionCategoryAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideLanguageEditorToolsOptionCategoryAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideLanguageEditorToolsOptionCategoryAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideLanguageEditorToolsOptionCategoryAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class ProvideLanguageEditorToolsOptionCategoryAttribute
Inherits RegistrationAttribute
継承
ProvideLanguageEditorToolsOptionCategoryAttribute
属性

コンストラクター

ProvideLanguageEditorToolsOptionCategoryAttribute(String, String, String)

言語とオプション カテゴリの の ProvideLanguageEditorToolsOptionCategoryAttribute 新しいインスタンスを初期化します。

プロパティ

TypeId

RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。

(継承元 RegistrationAttribute)

メソッド

GetPackageRegKeyPath(Guid)

VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。

(継承元 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

[ツール オプション] ページを登録します。

Unregister(RegistrationAttribute+RegistrationContext)

[ツール オプション] ページの登録を解除します。

適用対象