QuickOPC User's Guide and Reference
RetrieveSelection Method (OpcBrowseControl)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseControl Class : RetrieveSelection Method
The selected node paths.The selected node paths.
Called to retrieve the selected set. 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 OpcBrowseControl
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 selected node paths.
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