ContentElement.GetUIParentCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,如果沒有任何視覺父項存在,則會傳回 ui (UI) 父代的替代使用者介面。
protected public:
virtual System::Windows::DependencyObject ^ GetUIParentCore();
protected internal virtual System.Windows.DependencyObject GetUIParentCore ();
abstract member GetUIParentCore : unit -> System.Windows.DependencyObject
override this.GetUIParentCore : unit -> System.Windows.DependencyObject
Protected Friend Overridable Function GetUIParentCore () As DependencyObject
傳回
一個物件,如果衍生類別的實作有替代父代連接要報告。
備註
這個方法的預設虛擬實作會傳 null
回 。 FrameworkContentElement 提供實際的實作。
替代父系用於事件路由,以防元素建立替代父結構,使其事件會以從視覺化樹狀結構路由至標準父系的標準模式來路由傳送,或在預覽路由策略中向下路由。