ProvideStaticToolboxGroupAttribute Klasse

Definition

Dieses Attribut deklariert eine Toolboxgruppe, die bei der Toolboxinitialisierung erstellt wird.

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
Vererbung
ProvideStaticToolboxGroupAttribute
Attribute

Hinweise

Die Gruppe kann optional Elemente enthalten, die mit erstellt wurden ProvideStaticToolboxItemAttribute .

Weitere Informationen finden Sie in den Kommentaren zu IVsToolboxItemProvider in vsshell100. idl.

Konstruktoren

ProvideStaticToolboxGroupAttribute(String, String)

Initialisiert eine neue Instanz von ProvideStaticToolboxGroupAttribute.

Eigenschaften

Id

Ruft die Gruppen-ID ab.

Index

Ruft den Index der Toolboxgruppe ab.

Name

Ruft den Namen der Toolboxgruppe ab.

TypeId

Ruft die aktuelle Instanz dieses Attributs ab.

(Geerbt von RegistrationAttribute)

Methoden

GetPackageRegKeyPath(Guid)

Ruft den Registrierungspfad (relativ zum Registrierungsstamm der Anwendung) des VSPackages ab.

(Geerbt von RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)

Wird aufgerufen, um dieses Attribut für den angegebenen Kontext zu registrieren.

Unregister(RegistrationAttribute+RegistrationContext)

Entfernt die Registrierungsdaten.

Gilt für