ProvideStaticToolboxItemAttribute 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 élément de boîte à outils que la boîte à outils lira à partir du Registre. Consultez les commentaires sur IVsToolboxItemProvider pour plus de détails.
public ref class ProvideStaticToolboxItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class ProvideStaticToolboxItemAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class ProvideStaticToolboxItemAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type ProvideStaticToolboxItemAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class ProvideStaticToolboxItemAttribute
Inherits RegistrationAttribute
- Héritage
- Attributs
Constructeurs
ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32) |
Initialise une nouvelle instance de ProvideStaticToolboxItemAttribute avec les données spécifiées. |
ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String) |
Initialise une nouvelle instance de ProvideStaticToolboxItemAttribute avec les métadonnées de multi-ciblage. |
Propriétés
AssemblyName |
Obtient le nom de l'assembly. |
BitmapIndex |
Obtient l'index de bitmap. |
BitmapResourceId |
Obtient l'ID de ressource de l'image bitmap. |
Formats |
Obtient les formats. |
GroupId |
Obtient l'ID du groupe. |
HelpKeyword |
Obtient le mot clé d'aide. |
Id |
Obtient l'ID. |
Index |
Obtient l'index. |
Name |
Obtient le nom. |
SupportedFrameworks |
Obtient les frameworks pris en charge. |
TargetedItemProvider |
Obtient le fournisseur d'élément ciblé. |
TipComponentType |
Obtient le type de composant de l'info-bulle. |
TipDescription |
Obtient la description de l'info-bulle. |
TipPublisher |
Obtient l'éditeur info-bulle. |
TipTitle |
Obtient le titre de l'info-bulle. |
TipVersion |
Obtient la version de l'info-bulle. |
TransparentColor |
Obtient la couleur. |
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) |
TypeName |
Obtient le nom du type. |
UseProjectTargetFrameworkVersionInTooltip |
Détermine l'utilisation ou non de la version du framework cible dans l'info-bulle. |
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. |