JsonArray.GetMany Method

Gets all array items of type IJsonValue, starting from a specified index.

Syntax

public:
uint32 GetMany(
         uint32 startIndex,
         out Array<IJsonValue>^ items
)  

Parameters

startIndex
Type: uint32 

  The starting index.

items
Type: IJsonValue 

Returns items of the IJsonValue.

Return value

Type: uint32 

  The index of items within the range of elements in an array that starts at startIndex.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

JsonArray Class

JsonArray Members

Windows.Data.Json Namespace