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

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

Syntax

C#
public Assignment GetAssignment(
	Object item
)
Visual Basic (Declaration)
Public Function GetAssignment ( _
	item As Object _
) As Assignment

Parameters

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

Return Value

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

See Also