指定された親内にある指定された型の最初の子ビジュアルオブジェクトを返します。
シンタックス
'宣言
Public Shared Function GetChildOfType( _
ByVal As System.Windows.DependencyObject, _
ByVal As System.Type _
) As System.Windows.DependencyObject
public static System.Windows.DependencyObject GetChildOfType(
System.Windows.DependencyObject ,
System.Type
)
パラメータ
- reference
- System.Windows.DependencyObject として参照される親ビジュアルオブジェクト。
- type
- 検索する子要素の System.Type。
戻り値の型
指定された型のビジュアルオブジェクト。
参照