Remove
Remove one element from the collection
HRESULT Remove([in]int Index );
Parameter
Index
[in] Index of the Item to be removed
return Values
S_OK
Function was successfully called.
Remarks
Depending on the programming language you are using, you might rather want to use the objects standard enumerator instead of its interface methods.