WinUI コントロール
GetAllParents メソッド

C1.WinUI.Core アセンブリ > C1.WinUI.Core 名前空間 > ViewEx クラス : GetAllParents メソッド
ビジュアルツリー内のすべての親を返します
シンタックス
'宣言
 
Public Shared Function GetAllParents( _
   ByVal elem As Microsoft.UI.Xaml.FrameworkElement _
) As System.Collections.Generic.IEnumerable(Of FrameworkElement)
public static System.Collections.Generic.IEnumerable<FrameworkElement> GetAllParents( 
   Microsoft.UI.Xaml.FrameworkElement elem
)

パラメータ

elem

戻り値の型

ビジュアルツリー階層内の祖先フレームワーク要素のリスト
参照

ViewEx クラス
ViewEx メンバ