バージョン

Item プロパティ (CustomProperties)

指定したキーがある要素を取得するか設定します。
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal key As String _
) As Object
public object this[ 
   string key
]; {get; set;}

パラメータ

key

プロパティ値

指定したキーがある要素。
例外
例外解説
System.ArgumentNullExceptionkey が null です。
System.Collections.Generic.KeyNotFoundExceptionこのプロパティを読み出しましたが、key が見つかりません。
System.NotSupportedExceptionプロパティが設定されており、IDictionary は読み取り専用です。
参照