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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseOutputs Interface : SelectionElements Property
Contains information gathered about the selected nodes (for multi-select mode).
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property SelectionElements As OpcBrowseNodeElementCollection
'Usage
 
Dim instance As _OpcBrowseOutputs
Dim value As OpcBrowseNodeElementCollection
 
value = instance.SelectionElements
[ElementsNotNull()]
[NotNull()]
OpcBrowseNodeElementCollection SelectionElements {get;}
[ElementsNotNull()]
[NotNull()]
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