'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseTree( _ ByVal readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration, _ ByVal treeNodeTypes As UAPubSubConfigurationTreeNodeTypes _ ) As ITreeTraversable(Of UAPubSubConfigurationNodeTreePosition)
'Usage
Dim readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration Dim treeNodeTypes As UAPubSubConfigurationTreeNodeTypes Dim value As ITreeTraversable(Of UAPubSubConfigurationNodeTreePosition) value = IUAReadOnlyPubSubConfigurationExtension.BrowseTree(readOnlyPubSubConfiguration, treeNodeTypes)
[Extension()] [NotNull()] public static ITreeTraversable<UAPubSubConfigurationNodeTreePosition> BrowseTree( IUAReadOnlyPubSubConfiguration readOnlyPubSubConfiguration, UAPubSubConfigurationTreeNodeTypes treeNodeTypes )
[Extension()] [NotNull()] public: static ITreeTraversable<UAPubSubConfigurationNodeTreePosition^>^ BrowseTree( IUAReadOnlyPubSubConfiguration^ readOnlyPubSubConfiguration, UAPubSubConfigurationTreeNodeTypes treeNodeTypes )
Parameters
- readOnlyPubSubConfiguration
- OPC UA PubSub configuration (read-only).
This is typically obtained by calling OpcLabs.EasyOpc.UA.PubSub.InformationModel.EasyUAPublishSubscribeClientCore.AccessReadOnlyConfiguration, OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions.IEasyUAPublishSubscribeClientExtension.AccessOrLoadReadOnlyConfiguration or OpcLabs.EasyOpc.UA.PubSub.InformationModel.Extensions.IEasyUAPublishSubscribeClientExtension.AccessOrLoadReadOnlyConfiguration.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - treeNodeTypes
- The types of tree nodes to be returned.
Return Value
This method never returns null
(Nothing
in Visual Basic).