IJsonValue.GetObject Method

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

Syntax

public:
JsonObject^ GetObject()  

Return value

Type: JsonObject 

A pointer to the encapsulated object.

Requirements

Namespace: Windows.Data.Json

Metadata: windows.winmd

See also

Reference

IJsonValue Interface

IJsonValue Members

Windows.Data.Json Namespace