'Declaration
<NotNullAttribute()> Public Function GetBindingBag( _ ByVal component As IComponent _ ) As BindingBag
'Usage
Dim instance As BindingExtenderCore Dim component As IComponent Dim value As BindingBag value = instance.GetBindingBag(component)
[NotNull()] public BindingBag GetBindingBag( IComponent component )
[NotNull()] public: BindingBag^ GetBindingBag( IComponent^ component )
Parameters
- component
- The component on which the extender property resides.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).