QuickOPC User's Guide and Reference
AESubconditionElementCollection Class
Members 



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace : AESubconditionElementCollection Class
A collection of subcondition elements (AESubconditionElement), keyed by their names.
Object Model
AESubconditionElementCollection ClassAESubconditionElement Class
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AESubconditionElementCollection)>
<ComVisibleAttribute(True)>
<GuidAttribute("EADBF866-8071-4C44-A102-2CBE1E59BEFC")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(OpcLabs.BaseLib.Collections.ObjectModel.Implementation.KeyedCollection2TypeConverter)>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
<DebuggerDisplayAttribute("Count = {Count}")>
<SerializableAttribute()>
Public NotInheritable Class AESubconditionElementCollection 
   Inherits OpcLabs.BaseLib.Collections.ObjectModel.KeyedCollection2(Of String,AESubconditionElement)
   Implements OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AESubconditionElementCollection, System.Collections.Generic.ICollection(Of AESubconditionElement), System.Collections.Generic.IEnumerable(Of AESubconditionElement), System.Collections.Generic.IList(Of AESubconditionElement), System.Collections.Generic.IReadOnlyCollection(Of AESubconditionElement), System.Collections.Generic.IReadOnlyList(Of AESubconditionElement), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList 
'Usage
 
Dim instance As AESubconditionElementCollection
[ComDefaultInterface(OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AESubconditionElementCollection)]
[ComVisible(true)]
[Guid("EADBF866-8071-4C44-A102-2CBE1E59BEFC")]
[CLSCompliant(true)]
[TypeConverter(OpcLabs.BaseLib.Collections.ObjectModel.Implementation.KeyedCollection2TypeConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public sealed class AESubconditionElementCollection : OpcLabs.BaseLib.Collections.ObjectModel.KeyedCollection2<string,AESubconditionElement>, OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AESubconditionElementCollection, System.Collections.Generic.ICollection<AESubconditionElement>, System.Collections.Generic.IEnumerable<AESubconditionElement>, System.Collections.Generic.IList<AESubconditionElement>, System.Collections.Generic.IReadOnlyCollection<AESubconditionElement>, System.Collections.Generic.IReadOnlyList<AESubconditionElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
[ComDefaultInterface(OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AESubconditionElementCollection)]
[ComVisible(true)]
[Guid("EADBF866-8071-4C44-A102-2CBE1E59BEFC")]
[CLSCompliant(true)]
[TypeConverter(OpcLabs.BaseLib.Collections.ObjectModel.Implementation.KeyedCollection2TypeConverter)]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
[DebuggerDisplay("Count = {Count}")]
[Serializable()]
public ref class AESubconditionElementCollection sealed : public OpcLabs.BaseLib.Collections.ObjectModel.KeyedCollection2<String,AESubconditionElement>, OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.ComTypes._AESubconditionElementCollection, System.Collections.Generic.ICollection<AESubconditionElement>, System.Collections.Generic.IEnumerable<AESubconditionElement>, System.Collections.Generic.IList<AESubconditionElement>, System.Collections.Generic.IReadOnlyCollection<AESubconditionElement>, System.Collections.Generic.IReadOnlyList<AESubconditionElement>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
Remarks
This collection is returned by the browsing methods.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
            OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace.AESubconditionElementCollection

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

AESubconditionElementCollection Members
OpcLabs.EasyOpc.AlarmsAndEvents.AddressSpace Namespace