'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcBrowseNodeElementCollection)> <ComVisibleAttribute(True)> <GuidAttribute("8F0517E4-6B9C-4BE7-911D-D8607312B35E")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class OpcBrowseNodeElementCollection Inherits System.Collections.ObjectModel.Collection(Of OpcBrowseNodeElement) Implements OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcBrowseNodeElementCollection, System.Collections.Generic.ICollection(Of OpcBrowseNodeElement), System.Collections.Generic.IEnumerable(Of OpcBrowseNodeElement), System.Collections.Generic.IList(Of OpcBrowseNodeElement), System.Collections.Generic.IReadOnlyCollection(Of OpcBrowseNodeElement), System.Collections.Generic.IReadOnlyList(Of OpcBrowseNodeElement), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
'Usage
Dim instance As OpcBrowseNodeElementCollection
[ComDefaultInterface(OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcBrowseNodeElementCollection)] [ComVisible(true)] [Guid("8F0517E4-6B9C-4BE7-911D-D8607312B35E")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class OpcBrowseNodeElementCollection : System.Collections.ObjectModel.Collection<OpcBrowseNodeElement>, OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcBrowseNodeElementCollection, System.Collections.Generic.ICollection<OpcBrowseNodeElement>, System.Collections.Generic.IEnumerable<OpcBrowseNodeElement>, System.Collections.Generic.IList<OpcBrowseNodeElement>, System.Collections.Generic.IReadOnlyCollection<OpcBrowseNodeElement>, System.Collections.Generic.IReadOnlyList<OpcBrowseNodeElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
[ComDefaultInterface(OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcBrowseNodeElementCollection)] [ComVisible(true)] [Guid("8F0517E4-6B9C-4BE7-911D-D8607312B35E")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class OpcBrowseNodeElementCollection : public System.Collections.ObjectModel.Collection<OpcBrowseNodeElement>, OpcLabs.EasyOpc.Forms.Browsing.ComTypes._OpcBrowseNodeElementCollection, System.Collections.Generic.ICollection<OpcBrowseNodeElement>, System.Collections.Generic.IEnumerable<OpcBrowseNodeElement>, System.Collections.Generic.IList<OpcBrowseNodeElement>, System.Collections.Generic.IReadOnlyCollection<OpcBrowseNodeElement>, System.Collections.Generic.IReadOnlyList<OpcBrowseNodeElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList