COleDocument::RemoveItem

virtualvoidRemoveItem(CDocItem*pItem);

Parameters

pItem

Pointer to the document item to be removed.

Remarks

Call this function to remove an item from the document. You typically do not need to call this function explicitly; it is called by the destructors for COleClientItem and COleServerItem.

COleDocument OverviewClass MembersHierarchy Chart

See Also   COleServerItem, COleClientItem, COleDocument::AddItem, CDocItem