WAProvideLanguagePropertyAttribute 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.
Cette classe peut être utilisée pour inscrire une propriété d’application web pour un projet
public ref class WAProvideLanguagePropertyAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public ref class WAProvideLanguagePropertyAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class WAProvideLanguagePropertyAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type WAProvideLanguagePropertyAttribute = class
inherit RegistrationAttribute
Public NotInheritable Class WAProvideLanguagePropertyAttribute
Inherits RegistrationAttribute
- Héritage
- Attributs
Constructeurs
WAProvideLanguagePropertyAttribute(Type, String, Boolean) |
Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute. |
WAProvideLanguagePropertyAttribute(Type, String, Int32) |
Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute. |
WAProvideLanguagePropertyAttribute(Type, String, String) |
Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute. |
WAProvideLanguagePropertyAttribute(Type, String, Type) |
Initialise une nouvelle instance de WAProvideLanguagePropertyAttribute. |
Propriétés
LanguageTemplateFactoryType |
Obtient le type de la fabrique de modèle de langage. |
PropertyName |
Obtient le nom de la propriété. |
PropertyValueInt |
Obtient la valeur entière de la propriété . |
PropertyValueString |
Obtient la valeur de chaîne de la propriété . |
TypeId |
Remplacez la propriété TypeID pour permettre aux classes dérivées RegistrationAttribute de fonctionner avec System.ComponentModel.TypeDescriptor.GetAttributes(...). Un attribut dérivé de celui-ci ne doit remplacer cette propriété que 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) |
Inscrit la propriété language. |
Unregister(RegistrationAttribute+RegistrationContext) |
Annule l’inscription de la propriété language. |