Iterates the direct child items of the specified item in the hierarchical collection.

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

Syntax

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

See Also