バージョン

FromKey メソッド

指定された Key を持つ GlobalNodeLayoutCollectionNodeLayout で検索します。このキーを持つ最初の NodeLayout を返します。
シンタックス
'宣言
 
Public Function FromKey( _
   ByVal key As String _
) As NodeLayout
public NodeLayout FromKey( 
   string key
)

パラメータ

key

戻り値の型

指定された Key を持つ NodeLayout オブジェクトがない場合は Null です。
参照