XamlMember.IsAttachable 屬性

定義

取得值,這個值表示此 XamlMember 是否為可附加的成員。

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

屬性值

Boolean

如果這個 XamlMember 是可附加的成員,則為 true,否則為 false

備註

此值會根據建構函式用來建構 的 IsAttachable 建構 XamlMember 函式進行初始化。

適用於