Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 460 Bytes

ijsonvalue_getobject_1682752975.md

File metadata and controls

22 lines (15 loc) · 460 Bytes
-api-id -api-type
M:Windows.Data.Json.IJsonValue.GetObject
winrt method

Windows.Data.Json.IJsonValue.GetObject

-description

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

-returns

A pointer to the encapsulated object.

-remarks

-examples

-see-also