Compartir a través de


IReadOnlyDictionary<K, T>.Values Propiedad

Gets the enumeration object containing the values of the dictionary.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
ReadOnly Property Values As IEnumerable(Of T)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

IReadOnlyDictionary<K, T> Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc