'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Overloads Shared Function BrowseTree( _ ByVal readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService, _ ByVal treeNodeTypes As UAPubSubSecurityKeyServiceTreeNodeTypes _ ) As ITreeTraversable(Of UAPubSubSecurityKeyServiceNodeTreePosition)
'Usage
Dim readOnlyPubSubSecurityKeyService As IUAReadOnlyPubSubSecurityKeyService Dim treeNodeTypes As UAPubSubSecurityKeyServiceTreeNodeTypes Dim value As ITreeTraversable(Of UAPubSubSecurityKeyServiceNodeTreePosition) value = IUAReadOnlyPubSubSecurityKeyServiceExtension.BrowseTree(readOnlyPubSubSecurityKeyService, treeNodeTypes)
[Extension()] [NotNull()] public static ITreeTraversable<UAPubSubSecurityKeyServiceNodeTreePosition> BrowseTree( IUAReadOnlyPubSubSecurityKeyService readOnlyPubSubSecurityKeyService, UAPubSubSecurityKeyServiceTreeNodeTypes treeNodeTypes )
[Extension()] [NotNull()] public: static ITreeTraversable<UAPubSubSecurityKeyServiceNodeTreePosition^>^ BrowseTree( IUAReadOnlyPubSubSecurityKeyService^ readOnlyPubSubSecurityKeyService, UAPubSubSecurityKeyServiceTreeNodeTypes treeNodeTypes )
Parameters
- readOnlyPubSubSecurityKeyService
- OPC UA PubSub security key service (read-only).
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).