ProvideStaticToolboxGroupAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この属性は、ツールボックスの初期化時に作成されるツールボックス グループを宣言します。
public ref class ProvideStaticToolboxGroupAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideStaticToolboxGroupAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideStaticToolboxGroupAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideStaticToolboxGroupAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideStaticToolboxGroupAttribute
Inherits RegistrationAttribute
- 継承
- 属性
注釈
グループには、 を使用して ProvideStaticToolboxItemAttribute作成された項目を必要に応じて含めできます。
詳細については、 IVsToolboxItemProvider vsshell100.idl の コメントを参照してください。
コンストラクター
ProvideStaticToolboxGroupAttribute(String, String) |
ProvideStaticToolboxGroupAttribute の新しいインスタンスを初期化します。 |
プロパティ
Id |
グループ ID を取得します。 |
Index |
ツールボックス グループのインデックスを取得します。 |
Name |
ツールボックス グループの名前を取得します。 |
TypeId |
RegistrationAttribute 派生クラスが System.ComponentModel.TypeDescriptor.GetAttributes(...) と連携できるように、TypeID プロパティをオーバーライドします。このプロパティから派生した属性は、クラスに適用できるインスタンスをより適切に制御する必要がある場合にのみ、このプロパティをオーバーライドする必要があります。 (継承元 RegistrationAttribute) |
メソッド
GetPackageRegKeyPath(Guid) |
VSPackage のレジストリ パス (アプリケーションのレジストリ ルートに対する相対パス) を取得します。 (継承元 RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
指定されたコンテキストでこの属性を登録します。 |
Unregister(RegistrationAttribute+RegistrationContext) |
登録データを削除します。 |