IJSEvent::ArgumentAsJSON Method

Sets the value of an argument with a JSON formatted string.

IDL

[id(0x000000D1)]

HRESULT _stdcall ArgumentAsJSON([in] VARIANT Index, [in] BSTR Value, [out, retval] IJSEvent** OutRetVal);

Parameters

Parameters

Description

[in] VARIANT Index

OleVariant. Number or string value identifying the argument by index or name.

[in] BSTR Value

String value with a valid JSON format.

[out, retval] IJSEvent** OutRetVal

Returns the parent IJSEvent.

Group

IJSEvent Methods