OLAP for WPF /Silverlight
GetParentOfType<T> メソッド (Util)

C1.WPF.FlexGrid.4.5.2 アセンブリ > C1.Util 名前空間 > Util クラス : GetParentOfType<T> メソッド
検索する型。
子要素。
要素の指定された型の最初の祖先を取得します。
シンタックス
'宣言
 
Public Shared Function GetParentOfType(Of T As System.Windows.DependencyObject)( _
   ByVal e As System.Windows.DependencyObject _
) As T
public static T GetParentOfType<T>( 
   System.Windows.DependencyObject e
)
where T: System.Windows.DependencyObject

パラメータ

e
子要素。

型パラメータ

T
検索する型。
参照

Util クラス
Util メンバ