DependencyPropertyDescriptor.IsBrowsable Propriété

Définition

Obtient une valeur indiquant la valeur de du BrowsableAttribute de la propriété.

public:
 virtual property bool IsBrowsable { bool get(); };
public override bool IsBrowsable { get; }
member this.IsBrowsable : bool
Public Overrides ReadOnly Property IsBrowsable As Boolean

Valeur de propriété

true si le BrowsableAttribute a été spécifié dans la propriété ; sinon, false.

Remarques

Cette propriété s’appuie sur le sous-jacent PropertyDescriptor.

S’applique à