JsonArray.GetAt Method

Returns the item located at the specified index.

Syntax

public:
IJsonValue^ GetAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The integer index for the value to retrieve.

Return value

Type: IJsonValue 

The JsonValue at the specified index.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace