バージョン

FromKey メソッド (GanttItemCollection)

特定のキーを持つGanttItemをこのGanttItemCollectionから取得します。
シンタックス
'宣言
 
Public Function FromKey( _
   ByVal key As String _
) As GanttItem
public GanttItem FromKey( 
   string key
)

パラメータ

key
検索するGanttItemのキー。

戻り値の型

このGanttItemCollectionからの特定のキーを持つGanttItem。
参照