Iterates successor items of the specified item in the managed collection (i.e. those that have the specified item defined as a predecessor of any dependency type) as PredecessorItem objects.

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

Syntax

C#
public IEnumerable<KeyValuePair<TaskItem, PredecessorItem>> GetSuccessorPredecessorItems(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetSuccessorPredecessorItems ( _
	item As TaskItem _
) As IEnumerable(Of KeyValuePair(Of TaskItem, PredecessorItem))

See Also