AttachedPropertyBrowsableWhenAttributePresentAttribute.AttributeType Propriété
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.
Obtient le type de l’attribut .NET qui doit également être appliqué à une classe.
public:
property Type ^ AttributeType { Type ^ get(); };
public Type AttributeType { get; }
member this.AttributeType : Type
Public ReadOnly Property AttributeType As Type
Valeur de propriété
Type d’attribut .NET.
Remarques
La valeur AttributeType ne peut être définie que par le biais du paramètre attributeType du constructeur d’attribut AttachedPropertyBrowsableWhenAttributePresentAttribute .NET.