JSONArray.GetJSONObject(Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il valore in corrispondenza index di se esiste ed è un oggetto JSONObject.
[Android.Runtime.Register("getJSONObject", "(I)Lorg/json/JSONObject;", "GetGetJSONObject_IHandler")]
public virtual Org.Json.JSONObject? GetJSONObject(int index);
[<Android.Runtime.Register("getJSONObject", "(I)Lorg/json/JSONObject;", "GetGetJSONObject_IHandler")>]
abstract member GetJSONObject : int -> Org.Json.JSONObject
override this.GetJSONObject : int -> Org.Json.JSONObject
Parametri
- index
- Int32
Indice del valore da restituire.
Valori restituiti
Oggetto JSONObject in .index
- Attributi
Eccezioni
se il valore non esiste o non è .JSONObject
Commenti
Restituisce il valore in corrispondenza index di se esiste ed è un oggetto JSONObject.
per org.json.JSONArray.getJSONObject(int).
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.