WebBrowsableAttribute.Browsable 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 une valeur indiquant si un contrôle PropertyGridEditorPart doit afficher une propriété spécifique d'un contrôle WebPart.
public:
property bool Browsable { bool get(); };
public bool Browsable { get; }
member this.Browsable : bool
Public ReadOnly Property Browsable As Boolean
Valeur de propriété
true
si PropertyGridEditorPart affiche la propriété ; sinon, false
.
Remarques
La Browsable propriété est définie par le biais du WebBrowsableAttribute constructeur.