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 Framework qui doit également être appliqué sur 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 Framework.
Remarques
La AttributeType valeur ne peut être définie que par le biais du attributeType
paramètre du AttachedPropertyBrowsableWhenAttributePresentAttribute constructeur d’attribut .NET Framework.