Share via


DependencyPropertyDescriptor.IsAttached 屬性

定義

取得值,指出屬性是否註冊為附加屬性,並正透過附加使用方式使用中。

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

屬性值

如果屬性是附加屬性,則為 true;否則為 false

適用於