'Declaration
<NotNullAttribute()> Function BrowseMultiple( _ ByVal browseNodesArgumentsArray As Object _ ) As Object()
'Usage
Dim instance As _EasyUAClient Dim browseNodesArgumentsArray As Object Dim value() As Object value = instance.BrowseMultiple(browseNodesArgumentsArray)
[NotNull()] object[] BrowseMultiple( object browseNodesArgumentsArray )
[NotNull()] array<Object^>^ BrowseMultiple( Object^ browseNodesArgumentsArray )
Parameters
- browseNodesArgumentsArray
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).