Enumerates or populates the predecessor item collection of this ITaskItem.

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

Syntax

C#
IEnumerable<IPredecessorItem> Predecessors { get; set; }
Visual Basic (Declaration)
Property Predecessors As IEnumerable(Of IPredecessorItem)

See Also