AttachedProperty.IsBrowsable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指出 AttachedProperty 是否可瀏覽的布林值。
public:
property bool IsBrowsable { bool get(); void set(bool value); };
public bool IsBrowsable { get; set; }
member this.IsBrowsable : bool with get, set
Public Property IsBrowsable As Boolean
屬性值
如果 AttachedProperty 是可瀏覽的,則為 true
,否則為 false
。
備註
將此設為的主要影響 true
是可在 AttachedProperty Properties 其附加的集合中探索 ModelItem 。