BrowsableAttribute.Default Pole

Definice

Určuje výchozí hodnotu pro BrowsableAttribute, což je Yes. Toto static pole je jen pro čtení.

public: static initonly System::ComponentModel::BrowsableAttribute ^ Default;
public static readonly System.ComponentModel.BrowsableAttribute Default;
 staticval mutable Default : System.ComponentModel.BrowsableAttribute
Public Shared ReadOnly Default As BrowsableAttribute 

Hodnota pole

Poznámky

Když označíte vlastnost s touto hodnotou, je tento atribut nastaven na konstantní člen Yes. Proto pokud chcete zkontrolovat, zda je atribut nastaven na tuto hodnotu v kódu, musíte zadat atribut jako BrowsableAttribute.Yes.

Platí pro

Viz také