Gets a value that indicates whether the specified item has another item as a direct or indirect, and an implicit or explicit predecessor in the hierarchy. You should call Initialize(Boolean, Boolean, Boolean) method before this call.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public bool DependsOf(
	TaskItem item,
	TaskItem predecessorItem
)
Visual Basic (Declaration)
Public Function DependsOf ( _
	item As TaskItem, _
	predecessorItem As TaskItem _
) As Boolean

Parameters

item
Type: DlhSoft.Windows.Data..::..TaskItem
The item to consider.
predecessorItem
Type: DlhSoft.Windows.Data..::..TaskItem
The item to check whether it is a predecessor for the specified item.

See Also