This method removes the specified object from the collection. The exact behavior of this method depends on whether the relationship collection is an origin collection or a destination collection.
If the relationship collection is an origin collection, this method deletes the versioned relationship.
If the relationship collection is a destination collection, this method first performs object-version resolution to yield a single target-object version, and then it removes that target-object version from the relationship's TargetVersions collection.
HRESULT Remove(
VARIANT sItem
);
Parameters
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.
Remarks