JsonArray.GetArrayAt Method

Gets the JsonArray at the specified index, if the ValueType of the encapsulated value is Array.

Syntax

public:
JsonArray^ GetArrayAt(
         uint32 index
)  

Parameters

index
Type: uint32 

  The specified index.

Return value

Type: JsonArray 

The JsonArray at the specified index.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace