QuickOPC User's Guide and Reference
GetEnumerator Method (_OpcBrowseNodeElementCollection)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.Forms.Browsing.ComTypes Namespace > _OpcBrowseNodeElementCollection Interface : GetEnumerator Method
Syntax
'Declaration
 
<NotNullAttribute()>
Function GetEnumerator() As IEnumerator
'Usage
 
Dim instance As _OpcBrowseNodeElementCollection
Dim value As IEnumerator
 
value = instance.GetEnumerator()
[NotNull()]
IEnumerator GetEnumerator()
[NotNull()]
IEnumerator^ GetEnumerator(); 
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