Gets the direct parent item of the specified item in the hierarchical collection.

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

Syntax

C#
public TaskItem GetParent(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetParent ( _
	item As TaskItem _
) As TaskItem

See Also