[Extension()] [NotNull()] public static ITreeTraversable<UAPubSubConfigurationNodeTreePosition> BrowseTree( IUAReadOnlyPubSubConfiguration readOnlyPubSubConfiguration )
[Extension()] [NotNull()] public: static ITreeTraversable<UAPubSubConfigurationNodeTreePosition^>^ BrowseTree( IUAReadOnlyPubSubConfiguration^ readOnlyPubSubConfiguration )
'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseTree( _ ByVal readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration _ ) As ITreeTraversable(Of UAPubSubConfigurationNodeTreePosition)
'Usage
Dim readOnlyPubSubConfiguration As IUAReadOnlyPubSubConfiguration Dim value As ITreeTraversable(Of UAPubSubConfigurationNodeTreePosition) value = IUAReadOnlyPubSubConfigurationExtension.BrowseTree(readOnlyPubSubConfiguration)
Parameters
- readOnlyPubSubConfiguration
- OPC UA PubSub configuration (read-only).
Return Value
Returns a tree traversable for the objects in the configuration.