GrainState.SetAll(IDictionary<String,Object>) Méthode
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.
Remplit ce conteneur de propriétés à partir d’un dictionnaire. Il s’agit d’une implémentation par défaut basée sur la réflexion qui peut être remplacée dans la sous-classe ou le code généré.
public virtual void SetAll (System.Collections.Generic.IDictionary<string,object> values);
abstract member SetAll : System.Collections.Generic.IDictionary<string, obj> -> unit
override this.SetAll : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Overridable Sub SetAll (values As IDictionary(Of String, Object))
Paramètres
- values
- IDictionary<String,Object>
Dictionnaire de chaîne en objet qui contient les valeurs de ce conteneur de propriétés.