Iterates the direct child items of the specified item in the hierarchical collection.
Namespace:
DlhSoft.Windows.DataAssembly: 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) |
Parameters
- item
- Type: DlhSoft.Windows.Data..::..TaskItem