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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing Namespace > UABrowseControl 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 Overrides NotOverridable Sub RetrieveSelection( _
   ByVal selectedNodePaths As IEnumerable(Of IEnumerable(Of Object)) _
) 
'Usage
 
Dim instance As UABrowseControl
Dim selectedNodePaths As IEnumerable(Of IEnumerable(Of Object))
 
instance.RetrieveSelection(selectedNodePaths)
protected override void RetrieveSelection( 
   IEnumerable<IEnumerable<object>> selectedNodePaths
)
protected:
void RetrieveSelection( 
   IEnumerable<IEnumerable<Object^>^>^ selectedNodePaths
) override 

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