QuickOPC User's Guide and Reference
ToBindingBag Method



OpcLabs.BaseLibPresentation Assembly > OpcLabs.BaseLib.Presentation.LiveBinding Namespace > BindingCollection Class : ToBindingBag Method
Converts BindingCollection to OpcLabs.BaseLib.LiveBinding.BindingBag.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Function ToBindingBag() As BindingBag
'Usage
 
Dim instance As BindingCollection
Dim value As BindingBag
 
value = instance.ToBindingBag()
[NotNull()]
public BindingBag ToBindingBag()
[NotNull()]
public:
BindingBag^ ToBindingBag(); 

Return Value

A new BindingBag that contains the bindings from this collection.
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