AttachedPropertyBrowsableWhenAttributePresentAttribute(Type) Constructeur
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.
Initialise une nouvelle instance de la classe AttachedPropertyBrowsableWhenAttributePresentAttribute.
public:
AttachedPropertyBrowsableWhenAttributePresentAttribute(Type ^ attributeType);
public AttachedPropertyBrowsableWhenAttributePresentAttribute (Type attributeType);
new System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute : Type -> System.Windows.AttachedPropertyBrowsableWhenAttributePresentAttribute
Public Sub New (attributeType As Type)
Paramètres
- attributeType
- Type
Type de l’attribut .NET Framework qui doit également être appliqué à une classe pour que la propriété jointe puisse être accessible sur la classe où AttachedPropertyBrowsableWhenAttributePresentAttribute est appliquée.