ValidationContext.Items Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le dictionnaire de paires clé/valeur associé à ce contexte.
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)
Valeur de propriété
Dictionnaire de paires clé/valeur pour ce contexte.
Remarques
Cette propriété n’est jamais null
, mais le dictionnaire peut être vide. Les modifications apportées aux éléments de ce dictionnaire sont répercutées dans le dictionnaire d’origine spécifié dans le constructeur.