FrameworkContentElement.IsInitialized 속성

정의

XAML(Extensible Application Markup Language)으로 로드되거나 명시적으로 EndInit() 메서드를 호출하여 이 요소가 초기화되었는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

위의 로드 또는 메서드 호출을 통해 요소를 초기화했으면 true이고, 그렇지 않으면 false입니다.

설명

이 속성은 새 부모 요소가 있으므로 다시 로드되도록 요소 트리 내에서 이 요소를 이동한 경우에도 있을 수 true 있습니다.

적용 대상

추가 정보