Share via


ValidationContext.Items Propriedade

Definição

Obtém o dicionário de pares chave/valor associado a esse 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 da propriedade

O dicionário de pares chave/valor para esse contexto.

Comentários

Essa propriedade nunca nullé , mas o dicionário pode estar vazio. As alterações feitas em itens neste dicionário são refletidas no dicionário original especificado no construtor.

Aplica-se a