IDatabaseTree.GetItem Method

Gets an item with the specified code in the tree.
Function GetItem( _ 
ByVal code As String
) As IDatabaseTreeItem
This language is not supported or no code example is available.
IDatabaseTreeItem GetItem( 
string code 
)
This language is not supported or no code example is available.

Parameters

code
string

The code of the item to be retrieved.

Return Value

IDatabaseTreeItem

An item with the specified code or null reference (Nothing in Visual Basic) if no such item exists.

Version
 
Available since QDV 7.14.501.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition