Basic Library for UWP/WinRT XAML
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

戻り値の型

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Extensions クラス
Extensions メンバ

Send Feedback