共用方式為


AttachedProperty.IsBrowsable 屬性

定義

取得或設定指出 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

屬性值

Boolean

如果 AttachedProperty 是可瀏覽的,則為 true,否則為 false

備註

將此設為的主要影響 true 是可在 AttachedProperty Properties 其附加的集合中探索 ModelItem

適用於