Enumerates the predecessors of this task and of all its ancestor tasks.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
public IEnumerable<Predecessor> GetPredecessors() |
| Visual Basic (Declaration) |
|---|
Public Function GetPredecessors As IEnumerable(Of Predecessor) |