FrameworkContentElement.GetUIParentCore 메서드

정의

시각적 부모가 없는 경우 이 요소에 대한 대체 논리 부모를 반환합니다. 이 경우 FrameworkContentElement 부모는 항상 Parent 속성과 동일한 값입니다.

protected public:
 override System::Windows::DependencyObject ^ GetUIParentCore();
protected internal override System.Windows.DependencyObject GetUIParentCore ();
override this.GetUIParentCore : unit -> System.Windows.DependencyObject
Protected Friend Overrides Function GetUIParentCore () As DependencyObject

반환

이 메서드의 WPF 프레임워크 수준 구현에 시각적 부모가 아닌 연결이 있을 때마다 null 이외의 값을 반환합니다.

설명

기본 구현은 예상되는 단일 시각적 개체 부모를 반환합니다. 사용자 지정 구현은 대체 부모 관계를 반환할 수 있습니다.

적용 대상