FrameworkElement.GetUIParentCore メソッド

定義

ビジュアル親が存在しない場合に、この要素に対する代替の論理上の親を返します。

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

戻り値

DependencyObject

このメソッドの WPF フレームワーク レベルの実装が非ビジュアルの親接続を持つ場合は null 以外の値を返します。

注釈

このメソッドは、UIElement.GetUIParentCore をオーバーライドします。 既定 FrameworkElement の実装では、期待される単一のビジュアルの親が返されます。これは、値の取得 Parent と同じ結果です。 派生クラスの実装は、別の親リレーションシップを返す場合があります。

適用対象

こちらもご覧ください