Version

Reposition(ProjectTask,ProjectTaskRelativePosition) Method

Moves this task relative to the specified task.
Syntax
'Declaration
 
Public Sub Reposition( _
   ByVal relativeTask As ProjectTask, _
   ByVal relativePosition As ProjectTaskRelativePosition _
) 
public void Reposition( 
   ProjectTask relativeTask,
   ProjectTaskRelativePosition relativePosition
)

Parameters

relativeTask
The task relative to which this task is to be moved.
relativePosition
An enumeration used to identify the target position of this task relative to the specified relativeTask.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also