DependencyProperty.IsAttached 속성

정의

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

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

속성 값

에 연결되면 고, 그렇지 않으면 .입니다.

설명

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

적용 대상