次の方法で共有


IReadOnlyDictionary<TKey, TValue>.Keys プロパティ

辞書でのキーのコレクションを取得します。

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

構文

'宣言
ReadOnly Property Keys As ICollection(Of TKey)
    Get
'使用
Dim instance As IReadOnlyDictionary
Dim value As ICollection(Of TKey)

value = instance.Keys
ICollection<TKey> Keys { get; }

プロパティ値

型: System.Collections.Generic.ICollection<TKey>
辞書のキーのコレクションです。

関連項目

参照先

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

IReadOnlyDictionary<TKey, TValue> メンバー

Microsoft.BusinessData.Infrastructure.Collections 名前空間