Use this method to remove a specified object from a transient object collection.
HRESULT Remove( [in] VARIANT sItem )
sItem
[in]
Identifies the item to be removed from the collection. This parameter can be the index, the object identifier, or the Object-Version identifier of the item.
S_OK
The method completed successfully.
This method failed to complete successfully.
This property method a specific repository object from the collection. You can identify an object by its position in the collection (as indicated by the index) or by identifier.