'Declaration
<ExtensionAttribute()> <ElementsNotNullAttribute()> <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()] [ElementsNotNull()] [NotNull()] public static UANodeElementCollection Browse( IEasyUAClient client, UABrowseArguments browseArguments )
[Extension()] [ElementsNotNull()] [NotNull()] public: static UANodeElementCollection^ Browse( IEasyUAClient^ client, UABrowseArguments^ browseArguments )
Parameters
- client
- The client object that will perform the operation.
- browseArguments
- The browse arguments.