JsonCreationConverter<T>.FieldExists(String, JObject) 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.
Le champ attendu existe-t-il ?
protected:
bool FieldExists(System::String ^ fieldName, Newtonsoft::Json::Linq::JObject ^ jsonObject);
protected bool FieldExists (string fieldName, Newtonsoft.Json.Linq.JObject jsonObject);
member this.FieldExists : string * Newtonsoft.Json.Linq.JObject -> bool
Protected Function FieldExists (fieldName As String, jsonObject As JObject) As Boolean
Paramètres
- fieldName
- String
- jsonObject
- Newtonsoft.Json.Linq.JObject