バージョン 24.2 (最新)

GetDescendantFromName メソッド

その名前に基づいて子孫の FrameworkElement を取得します。
シンタックス
public static FrameworkElement GetDescendantFromName( 
   DependencyObject parent,
   string name
)

パラメータ

parent
name

戻り値の型

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