Share via


IReadOnlyDictionary<K, T>.Keys プロパティ

ディクショナリのキーを含む列挙オブジェクトを取得します。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

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

value = instance.Keys
IEnumerable<K> Keys { get; }
property IEnumerable<K>^ Keys {
    IEnumerable<K>^ get ();
}
abstract Keys : IEnumerable<'K>
function get Keys () : IEnumerable<K>

プロパティ値

型: System.Collections.Generic.IEnumerable<K>
ディクショナリのキーを含む列挙オブジェクト。

関連項目

参照

IReadOnlyDictionary<K, T> インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間