言語

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

返品

Popupに定義された親が存在せず、PlacementTargetnullされていない場合は、PlacementTargetが返されます。 それ以外の場合、戻り値は GetUIParentCore()と同じです。

適用対象