Share via


PropertyGrid.BrowsableAttributes Özellik

Tanım

Özellik kılavuzunun eklendiği nesneyle ilişkili gözatılabilir öznitelikleri alır veya ayarlar.

public:
 property System::ComponentModel::AttributeCollection ^ BrowsableAttributes { System::ComponentModel::AttributeCollection ^ get(); void set(System::ComponentModel::AttributeCollection ^ value); };
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.AttributeCollection BrowsableAttributes { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BrowsableAttributes : System.ComponentModel.AttributeCollection with get, set
Public Property BrowsableAttributes As AttributeCollection

Özellik Değeri

Nesnesiyle ilişkili göz atılabilir özniteliklerin koleksiyonu.

Öznitelikler

Açıklamalar

yalnızca belirtilen değerlerle eşleşen özniteliklere sahip özellikler içinde PropertyGridgörüntülenir. Varsayılan değer yalnızca BrowsableAttribute.Yesöğesini içeren bir AttributeCollection değeridir.

Boş veya küme ile BrowsableAttribute.Yes yeni AttributeCollection bir oluşturulmasına neden olan null bir öznitelik koleksiyonu atamak.

Şunlara uygulanır

Ayrıca bkz.