QuickOPC User's Guide and Reference
BindingBag Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace : BindingBag Class
A binding bag. Contains a collection of bindings, with an optional reference to their binding provider.
Object Model
BindingBag ClassIBindingProvider Interface
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(False)>
<TypeConverterAttribute(OpcLabs.BaseLib.LiveBinding.Internal.BindingBagConverter)>
<SerializableAttribute()>
Public NotInheritable Class BindingBag 
   Implements System.ICloneable 
'Usage
 
Dim instance As BindingBag
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(OpcLabs.BaseLib.LiveBinding.Internal.BindingBagConverter)]
[Serializable()]
public sealed class BindingBag : System.ICloneable  
[CLSCompliant(true)]
[ComVisible(false)]
[TypeConverter(OpcLabs.BaseLib.LiveBinding.Internal.BindingBagConverter)]
[Serializable()]
public ref class BindingBag sealed : public System.ICloneable  
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.LiveBinding.BindingBag

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