IWbs.GetLinkParentTask Method

Gets the parent task for a specified child task, if there's a link between them.
Function GetLinkParentTask( _ 
ByVal childTask As ITask
) As ITask
This language is not supported or no code example is available.
ITask GetLinkParentTask( 
ITask childTask 
)
This language is not supported or no code example is available.

Parameters

childTask
ITask

The child task for which the linked parent task is to be found.

Return Value

ITask

The parent task, if there's a link or null reference (Nothing in Visual Basic) otherwise.

Remarks
 
The link parent task returned by this method should not be confused with the ITask.ParentTask value. The ITask.ParentTask represents a parent-child hierarchy in the WBS tree and is absolutely unrelated to task links.
Version
 
Available since QDV 7.18.697.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition