ComponentOne Studio for 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

戻り値の型

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

Extensions クラス
Extensions メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.