Remove method

Removes an item from the collection.

Syntax


C++
HRESULT Remove(
   VARIANT
MyItem)
Scripting languages
Object.Remove(
   
MyItem as Variant)

Parameters


MyItem

The item you want to remove from the collection.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERUCollection