Share via


ValidationContext.Items Properti

Definisi

Mendapatkan kamus pasangan kunci/nilai yang terkait dengan konteks ini.

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)

Nilai Properti

Kamus pasangan kunci/nilai untuk konteks ini.

Keterangan

Properti ini tidak pernah null, tetapi kamus dapat kosong. Perubahan yang dilakukan pada item dalam kamus ini tercermin dalam kamus asli yang ditentukan dalam konstruktor.

Berlaku untuk