Basic Library for UWP
GetAllParents メソッド

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

パラメータ

elem

戻り値の型

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

Extensions クラス
Extensions メンバ