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 PropertyGridEditorPart contrôle 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 elle affiche la propriété ; sinon, false.
Remarques
La Browsable propriété est définie via le WebBrowsableAttribute constructeur.