OPC Studio User's Guide and Reference
Add Method (CompositeBindingProvider)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.LiveBinding Namespace > CompositeBindingProvider Class : Add Method
The binding provider to be added.

The value of this parameter cannot be null (Nothing in Visual Basic).

Adds a binding provider to this composite.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal bindingProvider As IBindingProvider _
) 
 
'Usage
 
Dim instance As CompositeBindingProvider
Dim bindingProvider As IBindingProvider
 
instance.Add(bindingProvider)

Parameters

bindingProvider
The binding provider to be added.

The value of this parameter cannot be null (Nothing in Visual Basic).

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