Gets the node that wraps the specified object, or null if such node doesn't exist.
Namespace:
DlhSoft.Windows.DataAssembly: 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.