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

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

パラメータ

e
親要素。

型パラメータ

T
検索する型。

戻り値の型

要素の型 T の最初の子。
参照

Util クラス
Util メンバ