Sparkline for UWP
GetChildOfType メソッド

C1.UWP アセンブリ > C1.Xaml 名前空間 > VTreeHelper クラス : GetChildOfType メソッド
Windows.UI.Xaml.DependencyObjectとして参照される親ビジュアルオブジェクト。
検索する子要素の System.Type
指定された親内にある指定された型の最初の子ビジュアルオブジェクトを返します。
シンタックス
'宣言
 
Public Shared Function GetChildOfType( _
   ByVal reference As Windows.UI.Xaml.DependencyObject, _
   ByVal type As System.Type _
) As Windows.UI.Xaml.DependencyObject
public static Windows.UI.Xaml.DependencyObject GetChildOfType( 
   Windows.UI.Xaml.DependencyObject reference,
   System.Type type
)

パラメータ

reference
Windows.UI.Xaml.DependencyObjectとして参照される親ビジュアルオブジェクト。
type
検索する子要素の System.Type

戻り値の型

指定された型のビジュアルオブジェクト。
参照

VTreeHelper クラス
VTreeHelper メンバ