バージョン

GetDescendantFromName メソッド

その名前に基づいて子孫の FrameworkElement を取得します。
シンタックス
'宣言
 
Public Shared Function GetDescendantFromName( _
   ByVal parent As DependencyObject, _
   ByVal name As String _
) As FrameworkElement
public static FrameworkElement GetDescendantFromName( 
   DependencyObject parent,
   string name
)

パラメータ

parent
name

戻り値の型

指定された名前を持つ子孫の FrameworkElement、または見つからない場合は null。
参照