IJSMethod::AddArgument Method

Adds an argument to the parameters list

IDL

[id(0x000000CC)]

HRESULT _stdcall AddArgument([in] BSTR Name, [in] enum IJSDataType DataType, [out, retval] IJSMethod** OutRetVal);

Parameters

Parameters

Description

[in] BSTR Name

Argument name

[in] enum IJSDataType DataType

Data type.

[out, retval] IJSMethod** OutRetVal

Returns the newly created argument.

Group

IJSMethod Methods