Gets all array items of type IJsonValue, starting from a specified index.
public:
uint32 GetMany(
uint32 startIndex,
out Array<IJsonValue>^ items
)
startIndex
Type: uint32
The starting index.
items
Type: IJsonValue
Returns items of the IJsonValue.
Type: uint32
The index of items within the range of elements in an array that starts at startIndex.
Namespace: Windows.Data.Json
Metadata: windows.winmd