DependencyProperty.IsAttached 속성

정의

DependencyProperty가 등록에 의해 DependencyObject에 연결되어 있는지 여부를 나타내는 속성을 가져옵니다.

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

속성 값

Boolean

true에 연결되어 있으면 DependencyObject이고, 그렇지 않으면 false입니다.

설명

반환되는 값은 이 DependencyPropertyRegister 메서드를 사용하여 등록되었는지 여부를 나타냅니다.

적용 대상