Propriété IReadOnlyDictionary<K, T>.Keys

Gets the enumeration object containing the keys of the dictionary.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
ReadOnly Property Keys As IEnumerable(Of K)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<K>
The enumeration object containing the keys of the dictionary.

Voir aussi

Référence

IReadOnlyDictionary<K, T> Interface

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc