Gets the index string of the specified task item.

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

Syntax

C#
public string GetIndexString(
	TaskItem item
)
Visual Basic (Declaration)
Public Function GetIndexString ( _
	item As TaskItem _
) As String

See Also