ISdoCollection::Remove method (sdoias.h)

The Remove method removes the specified item from the collection.

Syntax

HRESULT Remove(
  [in] IDispatch *pItem
);

Parameters

[in] pItem

Pointer to an IDispatch interface that specifies the item to remove.

This parameter must not be NULL.

Return value

If the method succeeds the return value is S_OK.

If the method fails, the return value is one of the following error codes.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h
DLL Iassdo.dll

See also

ISdoCollection

ISdoCollection::Add

ISdoCollection::RemoveAll