次の方法で共有


IReadOnlyDictionary<TKey, TValue>.ContainsKey メソッド

辞書に特定のキーが含まれているかどうかを決定します。

名前空間:  Microsoft.BusinessData.Infrastructure.Collections
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Function ContainsKey ( _
    key As TKey _
) As Boolean
'使用
Dim instance As IReadOnlyDictionary
Dim key As TKey
Dim returnValue As Boolean

returnValue = instance.ContainsKey(key)
bool ContainsKey(
    TKey key
)

パラメーター

  • key
    型: TKey

    指定したキーを検索します。

戻り値

型: System.Boolean
trueキーが見つかった場合それ以外の場合、 falseします。

関連項目

参照先

IReadOnlyDictionary<TKey, TValue> インターフェイス

IReadOnlyDictionary<TKey, TValue> メンバー

Microsoft.BusinessData.Infrastructure.Collections 名前空間