共用方式為


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() 相同。

適用於