'Declaration
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection)> <ComVisibleAttribute(True)> <GuidAttribute("C80DEA50-8085-4C82-9370-3981948EABC0")> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class UAPublishedVariableDataCollection Inherits System.Collections.ObjectModel.Collection(Of UAPublishedVariableData) Implements OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection, System.Collections.Generic.ICollection(Of UAPublishedVariableData), System.Collections.Generic.IEnumerable(Of UAPublishedVariableData), System.Collections.Generic.IList(Of UAPublishedVariableData), System.Collections.Generic.IReadOnlyCollection(Of UAPublishedVariableData), System.Collections.Generic.IReadOnlyList(Of UAPublishedVariableData), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
'Usage
Dim instance As UAPublishedVariableDataCollection
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection)] [ComVisible(true)] [Guid("C80DEA50-8085-4C82-9370-3981948EABC0")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class UAPublishedVariableDataCollection : System.Collections.ObjectModel.Collection<UAPublishedVariableData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection, System.Collections.Generic.ICollection<UAPublishedVariableData>, System.Collections.Generic.IEnumerable<UAPublishedVariableData>, System.Collections.Generic.IList<UAPublishedVariableData>, System.Collections.Generic.IReadOnlyCollection<UAPublishedVariableData>, System.Collections.Generic.IReadOnlyList<UAPublishedVariableData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
[ComDefaultInterface(OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection)] [ComVisible(true)] [Guid("C80DEA50-8085-4C82-9370-3981948EABC0")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class UAPublishedVariableDataCollection sealed : public System.Collections.ObjectModel.Collection<UAPublishedVariableData>, OpcLabs.EasyOpc.UA.PubSub.Configuration.ComTypes._UAPublishedVariableDataCollection, System.Collections.Generic.ICollection<UAPublishedVariableData>, System.Collections.Generic.IEnumerable<UAPublishedVariableData>, System.Collections.Generic.IList<UAPublishedVariableData>, System.Collections.Generic.IReadOnlyCollection<UAPublishedVariableData>, System.Collections.Generic.IReadOnlyList<UAPublishedVariableData>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable