QuickOPC User's Guide and Reference
ComponentBag Class
Members 



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.ComponentModel Namespace : ComponentBag Class
Contains a collection of components.
Object Model
ComponentBag ClassComponentExtensionCollection ClassComponentExtension Class
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<ContentPropertyAttribute("Components")>
<TypeConverterAttribute(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)>
<SerializableAttribute()>
Public Class ComponentBag 
   Implements System.IDisposable 
'Usage
 
Dim instance As ComponentBag
[CLSCompliant(true)]
[ComVisible(false)]
[ContentProperty("Components")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[Serializable()]
public class ComponentBag : System.IDisposable  
[CLSCompliant(true)]
[ComVisible(false)]
[ContentProperty("Components")]
[TypeConverter(OpcLabs.BaseLib.ComponentModel.Internal.ExpandableObjectConverterWpf)]
[Serializable()]
public ref class ComponentBag : public System.IDisposable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.Presentation.ComponentModel.ComponentBag

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