ITransientObjectCol::Remove

Meta Data Services Programming

Meta Data Services Programming

ITransientObjectCol::Remove

Use this method to remove a specified object from a transient object collection.

Syntax

HRESULT Remove( [in] VARIANT   sItem )

Parts

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.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

Remarks

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.

See Also

ITransientObjectCol Interface

Object Identifiers and Internal Identifiers