JsonArray.GetObjectAt Method

Gets the JsonObject at the specified index, if the ValueType of the encapsulated value is Object.

Syntax

public:
JsonObject^ GetObjectAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The specified index.

Return value

Type: JsonObject 

The JsonObject at the specified index.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace