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 TaskItem objects.

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

Syntax

C#
public IEnumerable<TaskItem> GetSuccessors(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetSuccessors ( _
	item As TaskItem _
) As IEnumerable(Of TaskItem)

See Also