'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function Browse( _ ByVal client As IEasyUAClient, _ ByVal browseArguments As UABrowseArguments _ ) As UANodeElementCollection
'Usage
Dim client As IEasyUAClient Dim browseArguments As UABrowseArguments Dim value As UANodeElementCollection value = IEasyUAClientExtension.Browse(client, browseArguments)
[Extension()] [NotNull()] public static UANodeElementCollection Browse( IEasyUAClient client, UABrowseArguments browseArguments )
[Extension()] [NotNull()] public: static UANodeElementCollection^ Browse( IEasyUAClient^ client, UABrowseArguments^ browseArguments )
Parameters
- client
- The client object that will perform the operation.
This is typically the EasyUAClient object.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - browseArguments
- The browse arguments.
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).