バージョン

GetToolById メソッド

指定した Id を持つツール インスタンスを返します。
シンタックス
'宣言
 
Public Function GetToolById( _
   ByVal id As String _
) As FrameworkElement
public FrameworkElement GetToolById( 
   string id
)

パラメータ

id
検索するツールの ID。

戻り値の型

FrameworkElement 派生ツール インスタンス、またはツール インスタンスが指定した ID で存在しなければ null。
参照