Gets the task that wraps the specified object from the internal task collection, or null if such task doesn't exist.

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

Syntax

C#
public Task GetTask(
	Object item
)
Visual Basic (Declaration)
Public Function GetTask ( _
	item As Object _
) As Task

Parameters

item
Type: System..::.Object
Wrapped object to search for.

Return Value

The task that wraps the specified object from the internal task collection, or null if such task doesn't exist.

See Also