'Declaration<CLSCompliantAttribute(True)> <ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObservableCollection)> <ComVisibleAttribute(True)> <GuidAttribute("36DFC326-B2D4-4292-A23D-543C73F81555")> <TypeConverterAttribute(System.ComponentModel.CollectionConverter)> <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public NotInheritable Class StringObservableCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of String) Implements OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObservableCollection, System.Collections.Generic.ICollection(Of String), System.Collections.Generic.IEnumerable(Of String), System.Collections.Generic.IList(Of String), System.Collections.Generic.IReadOnlyCollection(Of String), System.Collections.Generic.IReadOnlyList(Of String), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged, System.ICloneable
'UsageDim instance As StringObservableCollection
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObservableCollection)] [ComVisible(true)] [Guid("36DFC326-B2D4-4292-A23D-543C73F81555")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public sealed class StringObservableCollection : System.Collections.ObjectModel.ObservableCollection<string>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObservableCollection, System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.Generic.IList<string>, System.Collections.Generic.IReadOnlyCollection<string>, System.Collections.Generic.IReadOnlyList<string>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged, System.ICloneable
[CLSCompliant(true)] [ComDefaultInterface(OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObservableCollection)] [ComVisible(true)] [Guid("36DFC326-B2D4-4292-A23D-543C73F81555")] [TypeConverter(System.ComponentModel.CollectionConverter)] [DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public ref class StringObservableCollection sealed : public System.Collections.ObjectModel.ObservableCollection<String>, OpcLabs.BaseLib.Collections.Specialized.ComTypes._StringObservableCollection, System.Collections.Generic.ICollection<String>, System.Collections.Generic.IEnumerable<String>, System.Collections.Generic.IList<String>, System.Collections.Generic.IReadOnlyCollection<String>, System.Collections.Generic.IReadOnlyList<String>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged, System.ICloneable