QuickOPC User's Guide and Reference
ToList Method (_AEConditionElementCollection)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes Namespace > _AEConditionElementCollection Interface : ToList Method
Creates a list from a keyed collection.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Function ToList() As _ElasticVector
'Usage
 
Dim instance As _AEConditionElementCollection
Dim value As _ElasticVector
 
value = instance.ToList()
[ElementsNotNull()]
[NotNull()]
_ElasticVector ToList()
[ElementsNotNull()]
[NotNull()]
_ElasticVector^ ToList(); 

Return Value

A list that contains values from the keyed collection.
Remarks

This method is provided to allow access to the keyed collection elements to languages and tools with limited COM collection support, such PowerScript (PowerBuilder).

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_AEConditionElementCollection Interface
_AEConditionElementCollection Members