ObjectPath.SetPathValue(Object, String, Object, Boolean) 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.
Étant donné qu’un objet évalue un chemin d’accès pour définir la valeur.
public static void SetPathValue (object obj, string path, object value, bool json = true);
static member SetPathValue : obj * string * obj * bool -> unit
Public Shared Sub SetPathValue (obj As Object, path As String, value As Object, Optional json As Boolean = true)
Paramètres
- obj
- Object
objet à utiliser pour commencer.
- path
- String
chemin d’accès à évaluer.
- value
- Object
valeur à stocker.
- json
- Boolean
si la valeur est true, définit la valeur en tant qu’objets JSON primitifs.