共用方式為


ProvideStaticToolboxGroupAttribute 類別

定義

這個屬性會宣告將在工具箱初始化上建立的工具箱群組。

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
繼承
ProvideStaticToolboxGroupAttribute
屬性

備註

群組可以選擇性地包含使用 ProvideStaticToolboxItemAttribute建立的專案。

如需詳細資訊,請參閱 vsshell100.idl 中的批注 IVsToolboxItemProvider

建構函式

ProvideStaticToolboxGroupAttribute(String, String)

初始化 ProvideStaticToolboxGroupAttribute 的新執行個體。

屬性

Id

取得群組標識碼。

Index

取得工具箱群組的索引。

Name

取得工具箱群組的名稱。

TypeId

覆寫 TypeID 屬性,讓 RegistrationAttribute 衍生類別使用 System.ComponentModel.TypeDescriptor.GetAttributes (...) 。衍生自這個屬性的屬性必須覆寫此屬性,只有在實例上需要更好的控件,才能套用至類別。

(繼承來源 RegistrationAttribute)

方法

GetPackageRegKeyPath(Guid)

取得相對於 VSPackage 應用程式) 之登錄根目錄的登錄路徑 (。

(繼承來源 RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

呼叫以註冊這個具有指定內容的屬性。

Unregister(RegistrationAttribute+RegistrationContext)

拿掉註冊數據。

適用於