Gets the node that wraps the specified object, or null if such node doesn't exist.

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

Syntax

C#
public Node GetNode(
	Object item
)
Visual Basic (Declaration)
Public Function GetNode ( _
	item As Object _
) As Node

Parameters

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

Return Value

The node that wraps the specified object, or null if such node doesn't exist.

See Also