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