GetProjectTasks method

Gets the project tasks that meet the specified criteria.

Syntax


C++

HRESULT GetProjectTasks (
   ERUProjectFilter Filter,
   VARIANT Param,
   
IERUCollection** ppProjectTasks)

Scripting languages

Set ProjectTasks = Object.GetProjectTasks (
   Filter as ERUProjectFilter,
   Param as Variant)

Parameters


Filter

The requested project tasks, as an ERUProjectFilter enumeration.

Param

This parameter is defined by the Filter parameter's enumeration value.

ppProjectTasks

Upon return, an IERUCollection of project tasks.

Return value


C++

The return code.

Scripting languages

Upon return, an IERUCollection of project tasks.

Home

Interface

IERUProjectSchedule