Enumerates or populates the predecessor item collection of this ITaskItem.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
| C# |
|---|
IEnumerable<IPredecessorItem> Predecessors { get; set; } |
| Visual Basic (Declaration) |
|---|
Property Predecessors As IEnumerable(Of IPredecessorItem) |