UIElement3D.GetUIParentCore 方法

定义

在派生类中重写时,如果不存在可视父级,则返回此元素 (UI) 父级的替代用户界面。

protected public:
 System::Windows::DependencyObject ^ GetUIParentCore();
protected internal System.Windows.DependencyObject GetUIParentCore ();
member this.GetUIParentCore : unit -> System.Windows.DependencyObject
Protected Friend Function GetUIParentCore () As DependencyObject

返回

如果派生类的实现具有要报告的替代父级连接,则为一个对象。

注解

此方法的默认虚拟实现返回 nullFrameworkElement 提供了一个实际实现。

当元素创建备用父结构时,备用父级用于事件路由,以便其事件路由的方式与将可视化树向上路由到标准父级的标准模式或预览路由策略中的下行模式相差。

适用于