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



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing Namespace > OpcBrowseInputsOutputs Class : SelectionDescriptors Property
Contain information that identifies the selected nodes (for multi-select mode).
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property SelectionDescriptors As OpcBrowseNodeDescriptorCollection
'Usage
 
Dim instance As OpcBrowseInputsOutputs
Dim value As OpcBrowseNodeDescriptorCollection
 
instance.SelectionDescriptors = value
 
value = instance.SelectionDescriptors
[DataMember()]
public OpcBrowseNodeDescriptorCollection SelectionDescriptors {get;}
[DataMember()]
public:
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