'Declaration
<NotNullAttribute()> Function Browse( _ ByVal modelNodeDescriptor As UAModelNodeDescriptor, _ ByVal browseParameters As UABrowseParameters _ ) As UANodeElementCollectionResult
'Usage
Dim instance As IUAReadOnlyModelProvider Dim modelNodeDescriptor As UAModelNodeDescriptor Dim browseParameters As UABrowseParameters Dim value As UANodeElementCollectionResult value = instance.Browse(modelNodeDescriptor, browseParameters)
[NotNull()] UANodeElementCollectionResult Browse( UAModelNodeDescriptor modelNodeDescriptor, UABrowseParameters browseParameters )
[NotNull()] UANodeElementCollectionResult^ Browse( UAModelNodeDescriptor^ modelNodeDescriptor, UABrowseParameters^ browseParameters )
Parameters
- modelNodeDescriptor
- Model node descriptor. Identifies the node in OPC UA information model.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - browseParameters
- Specifies which nodes will be returned by browsing the OPC server's address space.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).