'Declaration
Public Sub SetBindingBag( _ ByVal component As IComponent, _ ByVal value As BindingBag _ )
'Usage
Dim instance As BindingExtenderCore Dim component As IComponent Dim value As BindingBag instance.SetBindingBag(component, value)
public void SetBindingBag( IComponent component, BindingBag value )
public: void SetBindingBag( IComponent^ component, BindingBag^ value )
Parameters
- component
- The component on which the extender property resides.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - value
- The bag of bindings defined on the component.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).