Compartir a través de


CJumpList::AddTasks

Adds items to the canonical Tasks category.

BOOL AddTasks(
   IObjectArray* pObjectCollection
);

Parameters

  • pObjectCollection
    A collection of tasks to be added.

Remarks

The instance of CJumpList accumulates specified tasks and adds them to the Destination List during CommitList. Task items will appear in a category at the bottom of the application's destination menu. This category takes precedence over all other categories when it is filled in the UI.

Requirements

Header: afxadv.h

See Also

Reference

CJumpList Class