'Declaration
Public Sub SetOwner( _ ByVal component As IComponent _ )
'Usage
Dim instance As BindingCollection Dim component As IComponent instance.SetOwner(component)
public void SetOwner( IComponent component )
public: void SetOwner( IComponent^ component )
Parameters
- component
- The component or named reference of element that owned these bindings.
The value of this parameter can be
null
(Nothing
in Visual Basic).