ProvideStaticToolboxGroupAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cet attribut déclare un groupe d'outils qui sera créé lors de l'initialisation de la boîte à outils.
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
- Héritage
- Attributs
Remarques
Le groupe peut éventuellement contenir des éléments créés avec le ProvideStaticToolboxItemAttribute.
Pour plus d’informations, consultez les commentaires sur IVsToolboxItemProvider dans vsshell100.idl.
Constructeurs
ProvideStaticToolboxGroupAttribute(String, String) |
Initialise une nouvelle instance de ProvideStaticToolboxGroupAttribute. |
Propriétés
Id |
Obtient l'ID du groupe. |
Index |
Obtient l'index du groupe d'outils. |
Name |
Obtient le nom du groupe d'outils. |
TypeId |
Remplacez la propriété TypeID afin de permettre aux classes dérivées RegistrationAttribute de fonctionner avec System.ComponentModel.TypeDescriptor.GetAttributes (...). Un attribut dérivé de celui-ci doit remplacer cette propriété uniquement s’il a besoin d’un meilleur contrôle sur les instances qui peuvent être appliquées à une classe. (Hérité de RegistrationAttribute) |
Méthodes
GetPackageRegKeyPath(Guid) |
Obtient le chemin d'accès au Registre (relatif à la racine de Registre de l'application) du VSPackage. (Hérité de RegistrationAttribute) |
Register(RegistrationAttribute+RegistrationContext) |
Appelé pour enregistrer cet attribut avec le contexte donné. |
Unregister(RegistrationAttribute+RegistrationContext) |
Supprime les données d'inscription. |