IReadOnlyDictionary<TKey, TValue>.Item プロパティ (TKey)
指定したキーに存在するアイテムを取得します。
名前空間: Microsoft.BusinessData.Infrastructure.Collections
アセンブリ: Microsoft.BusinessData (Microsoft.BusinessData.dll 内)
構文
'宣言
ReadOnly Property Item ( _
key As TKey _
) As TValue
Get
'使用
Dim instance As IReadOnlyDictionary
Dim key As TKey
Dim value As TValue
value = instance.Item(key)
TValue this[
TKey key
] { get; }
パラメーター
key
型: TKey指定したキーです。
プロパティ値
型: TValue
関連項目
参照先
IReadOnlyDictionary<TKey, TValue> インターフェイス