'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseTree( _ ByVal client As IEasyDAClient, _ ByVal serverDescriptor As ServerDescriptor _ ) As ITreeTraversable(Of DANodeTreePosition)
'Usage
Dim client As IEasyDAClient Dim serverDescriptor As ServerDescriptor Dim value As ITreeTraversable(Of DANodeTreePosition) value = IEasyDAClientExtension2.BrowseTree(client, serverDescriptor)
[Extension()] [NotNull()] public static ITreeTraversable<DANodeTreePosition> BrowseTree( IEasyDAClient client, ServerDescriptor serverDescriptor )
[Extension()] [NotNull()] public: static ITreeTraversable<DANodeTreePosition^>^ BrowseTree( IEasyDAClient^ client, ServerDescriptor^ serverDescriptor )
Parameters
- client
- The client object that will perform the operation.
- serverDescriptor
- Server descriptor. Identifies the OPC-DA server.