QuickOPC User's Guide and Reference
SelectionElements Property (OpcBrowseOutputs)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseOutputs Class : SelectionElements Property
Contains information gathered about the selected nodes (for multi-select mode).
Syntax
'Declaration
 
Public ReadOnly Property SelectionElements As OpcBrowseNodeElementCollection
'Usage
 
Dim instance As OpcBrowseOutputs
Dim value As OpcBrowseNodeElementCollection
 
instance.SelectionElements = value
 
value = instance.SelectionElements
public OpcBrowseNodeElementCollection SelectionElements {get;}
public:
property OpcBrowseNodeElementCollection^ SelectionElements {
   OpcBrowseNodeElementCollection^ get();
}
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