QuickOPC User's Guide and Reference
SelectionDescriptors Property (_OpcBrowseInputsOutputs)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseInputsOutputs Interface : SelectionDescriptors Property
Contain information that identifies the selected nodes (for multi-select mode).
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
ReadOnly Property SelectionDescriptors As OpcBrowseNodeDescriptorCollection
'Usage
 
Dim instance As _OpcBrowseInputsOutputs
Dim value As OpcBrowseNodeDescriptorCollection
 
value = instance.SelectionDescriptors
[ElementsNotNull()]
[NotNull()]
OpcBrowseNodeDescriptorCollection SelectionDescriptors {get;}
[ElementsNotNull()]
[NotNull()]
property OpcBrowseNodeDescriptorCollection^ SelectionDescriptors {
   OpcBrowseNodeDescriptorCollection^ 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