バージョン

Item プロパティ (FieldCollection)

キー ベースのインデクサー(読み取り専用)
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal key As String _
) As Field
public new Field this[ 
   string key
]; {get;}

パラメータ

key
フィールドのキー。

プロパティ値

指定したキーを持つ Field
参照