Compartir a través de


ValueProviderDictionary.Values Propiedad

Definición

Obtiene una colección que contiene los valores del IDictionary<TKey,TValue> objeto .

public System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.ValueProviderResult>
Public ReadOnly Property Values As ICollection(Of ValueProviderResult)

Valor de propiedad

Colección de los valores del objeto que implementa la IDictionary<TKey,TValue> interfaz .

Implementaciones

Se aplica a