JsonArray.GetObjectAt(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JsonObject at the specified index if the ValueType of the encapsulated value is 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
Parameters
- index
-
UInt32
unsigned int
uint32_t
The specified index.
Returns
The JsonObject at the specified index.