'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.
Return Value
The bag of bindings defined for the component.