Compartir a través de


JsonArray.GetObjectAt(UInt32) Método

Definición

Obtiene el jsonObject en el índice especificado si valueType del valor encapsulado es Object.

public:
 virtual JsonObject ^ GetObjectAt(unsigned int index) = GetObjectAt;
JsonObject GetObjectAt(uint32_t const& index);
public JsonObject GetObjectAt(uint index);
function getObjectAt(index)
Public Function GetObjectAt (index As UInteger) As JsonObject

Parámetros

index
UInt32

unsigned int

uint32_t

Índice especificado.

Devoluciones

JsonObject en el índice especificado.

Se aplica a