Поделиться через


COleDocument::RemoveItem

Call this function to remove an item from the document.

virtual void RemoveItem(
   CDocItem* pItem 
);

Параметры

  • pItem
    Pointer to the document item to be removed.

Заметки

You typically do not need to call this function explicitly; it is called by the destructors for COleClientItem and COleServerItem.

Требования

Header: afxole.h

См. также

Основные понятия

COleDocument Class

COleDocument Members

Hierarchy Chart

COleServerItem Class

COleClientItem Class

COleDocument::AddItem

CDocItem Class