バージョン

Item プロパティ (NodeLayoutCollection)

指定されたキーを持つ NodeLayout を取得します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal key As String _
) As NodeLayout
public new NodeLayout this[ 
   string key
]; {get;}

パラメータ

key

プロパティ値

指定されたキーを持つ NodeLayout。複数の NodeLayout が同じキーを持つ場合、最初の NodeLayout が返されます。
参照