OPC Studio 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();
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

The individual elements of the property value cannot be null (Nothing in Visual Basic).

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