IJSProperties::Add Method

Adds a new property to the collection.

IDL

[id(0x000000CD)]

HRESULT _stdcall Add([in] BSTR Name, [out, retval] IJSProperty** OutRetVal);

Parameters

Parameters

Description

[in] BSTR Name

Property name.

[out, retval] IJSProperty** OutRetVal

Returns the newly created property.

Group

IJSProperties Methods