Proprietà IReadOnlyDictionary<K, T>.Values

Gets the enumeration object containing the values of the dictionary.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
ReadOnly Property Values As IEnumerable(Of T)
    Get
'Utilizzo
Dim instance As IReadOnlyDictionary 
Dim value As IEnumerable(Of T)

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

Valore proprietà

Tipo: System.Collections.Generic.IEnumerable<T>
The enumeration object containing the values of the dictionary.

Vedere anche

Riferimento

IReadOnlyDictionary<K, T> Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc