OPC Studio User's Guide and Reference
RetrieveSelection Method (BrowseControl)



View with Navigation Tools
OpcLabs.BaseLibForms Assembly > OpcLabs.BaseLib.Forms.Browsing.Generalized Namespace > BrowseControl Class : RetrieveSelection Method
The selected node paths.

The value of this parameter cannot be null (Nothing in Visual Basic).

Called to retrieve the selected set.
Syntax
'Declaration
 
Protected Overridable Sub RetrieveSelection( _
   ByVal selectedNodePaths As IEnumerable(Of IEnumerable(Of Object)) _
) 
 
'Usage
 
Dim instance As BrowseControl
Dim selectedNodePaths As IEnumerable(Of IEnumerable(Of Object))
 
instance.RetrieveSelection(selectedNodePaths)

Parameters

selectedNodePaths
The selected node paths.

The value of this parameter cannot be null (Nothing in Visual Basic).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also