ValidationContext.Items Propiedad

Definición

Obtiene el diccionario de pares clave-valor asociado a este contexto.

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> Items { get; }
public System.Collections.Generic.IDictionary<object,object?> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Items As IDictionary(Of Object, Object)

Valor de propiedad

Diccionario de pares clave-valor para este contexto.

Comentarios

Esta propiedad nunca nulles , pero el diccionario puede estar vacío. Los cambios realizados en los elementos de este diccionario se reflejan en el diccionario original especificado en el constructor .

Se aplica a