MemberDescriptor.IsBrowsable 屬性

定義

取得值,表示成員是否可瀏覽,如 BrowsableAttribute 中指定的。

public:
 virtual property bool IsBrowsable { bool get(); };
public virtual bool IsBrowsable { get; }
member this.IsBrowsable : bool
Public Overridable ReadOnly Property IsBrowsable As Boolean

屬性值

如果成員是可瀏覽的則為 true,否則為 false。 如果沒有 BrowsableAttribute,則屬性值會設為預設,即 true

備註

可視化設計工具通常會顯示可在 屬性視窗 中瀏覽的成員。

適用於

另請參閱