Partager via


WebBrowsableAttribute.Browsable Propriété

Définition

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é

Boolean

true si PropertyGridEditorPart affiche la propriété ; sinon, false.

Remarques

La Browsable propriété est définie par le biais du WebBrowsableAttribute constructeur.

S’applique à