Popup.GetUIParentCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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 沒有任何已定義的父項目,且 PlacementTarget 不是 null
,則會傳回 PlacementTarget。 否則,傳回值與 GetUIParentCore() 相同。