Popup.GetUIParentCore 方法

定义

返回 Popup 的逻辑父级。

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

返回

DependencyObject

如果 Popup 不包含定义的父级,并且 PlacementTarget 不为 null,则返回 PlacementTarget。 否则,返回值与 GetUIParentCore() 相同。

适用于