Enumerates the predecessors of this task and of all its ancestor tasks.

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

Syntax

C#
public IEnumerable<Predecessor> GetPredecessors()
Visual Basic (Declaration)
Public Function GetPredecessors As IEnumerable(Of Predecessor)

See Also