Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
DictionaryValueProvider<(Of <(TValue>)>) Class

Represents the base class for value providers whose values come from a collection that implements the IDictionary<(Of <(TKey, TValue>)>) interface.

System..::.Object
  System.Web.Mvc..::.DictionaryValueProvider<(Of <(TValue>)>)
    System.Web.Mvc..::.HttpFileCollectionValueProvider
    System.Web.Mvc..::.RouteDataValueProvider

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Visual Basic
Public Class DictionaryValueProvider(Of TValue) _
    Implements IValueProvider
C#
public class DictionaryValueProvider<TValue> : IValueProvider
Visual C++
generic<typename TValue>
public ref class DictionaryValueProvider : IValueProvider

Type Parameters

TValue

The type of the value.

The DictionaryValueProvider<(Of <(TValue>)>) type exposes the following members.

  NameDescription
Public methodDictionaryValueProvider<(Of <(TValue>)>)Initializes a new instance of the DictionaryValueProvider<(Of <(TValue>)>) class.
Top
  NameDescription
Public methodContainsPrefixDetermines whether the collection contains the specified prefix.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValueReturns a value object using the specified key and controller context.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Biblioteca de clases de .NET Framework
DictionaryValueProvider<(Of <(TValue>)>) (Clase)

Representa la clase base para los proveedores de valores cuyos valores proceden de una colección que implementa la interfaz IDictionary<(Of <(TKey, TValue>)>).

System..::.Object
  System.Web.Mvc..::.DictionaryValueProvider<(Of <(TValue>)>)
    System.Web.Mvc..::.HttpFileCollectionValueProvider
    System.Web.Mvc..::.RouteDataValueProvider

Espacio de nombres:  System.Web.Mvc
Ensamblado:  System.Web.Mvc (en System.Web.Mvc.dll)
Visual Basic
Public Class DictionaryValueProvider(Of TValue) _
    Implements IValueProvider
C#
public class DictionaryValueProvider<TValue> : IValueProvider
Visual C++
generic<typename TValue>
public ref class DictionaryValueProvider : IValueProvider

Parámetros de tipo

TValue

Tipo del valor.

El tipo DictionaryValueProvider<(Of <(TValue>)>) expone los siguientes miembros.

  NombreDescripción
Método públicoDictionaryValueProvider<(Of <(TValue>)>)Inicializa una nueva instancia de la clase DictionaryValueProvider<(Of <(TValue>)>).
Arriba
  NombreDescripción
Método públicoContainsPrefixDetermina si la colección contiene el prefijo especificado.
Método públicoEqualsDetermina si el objeto Object especificado es igual al objeto Object actual. (Se hereda de Object).
Método protegidoFinalizePermite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método públicoGetHashCodeActúa como función hash para un tipo concreto. (Se hereda de Object).
Método públicoGetTypeObtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método públicoGetValueDevuelve un objeto de valor usando la clave y el contexto de controlador especificados.
Método protegidoMemberwiseCloneCrea una copia superficial del objeto Object actual. (Se hereda de Object).
Método públicoToStringDevuelve una cadena que representa el objeto actual. (Se hereda de Object).
Arriba
Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker