IJSEvent::ArgumentAsString Method

Sets the value of an argument with a string data type.

IDL

[id(0x000000CD)]

HRESULT _stdcall ArgumentAsString([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.

[out, retval] IJSEvent** OutRetVal

Returns the parent IJSEvent.

Group

IJSEvent Methods