IJsonValue.GetArray Method

Returns a pointer to the array, if the ValueType of the encapsulated value is Array. If it is not, an exception is thrown.

Syntax

public:
JsonArray^ GetArray()  

Return value

Type: JsonArray 

A pointer to the encapsulated array.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

IJsonValue Interface

IJsonValue Members

Windows.Data.Json Namespace