Version

ShowTaskLinkContextMenu Method

Show the context menu for the task link between two tasks.
Syntax
'Declaration
 
Public Sub ShowTaskLinkContextMenu( _
   ByVal oTaskArg1 As System.Object, _
   ByVal oTaskArg2 As System.Object _
) 
public void ShowTaskLinkContextMenu( 
   System.object oTaskArg1,
   System.object oTaskArg2
)
public: void ShowTaskLinkContextMenu( 
   System.Object* oTaskArg1,
   System.Object* oTaskArg2
) 

Parameters

oTaskArg1
String TaskName or integer index to represent one of the tasks comprised in the link
oTaskArg2
String TaskName or integer index to represent one of the tasks comprised in the link
Requirements

Target Platforms: Windows 7, 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