'Declaration
<BrowsableAttribute(False)> <CanBeNullAttribute()> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Function GetBinding( _ ByVal component As IComponent _ ) As IAbstractBinding
'Usage
Dim instance As BindingExtenderCore Dim component As IComponent Dim value As IAbstractBinding value = instance.GetBinding(component)
[Browsable(false)] [CanBeNull()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public IAbstractBinding GetBinding( IComponent component )
[Browsable(false)] [CanBeNull()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public: IAbstractBinding^ GetBinding( IComponent^ component )
Parameters
- component
- The component on which the extender property resides.
Return Value
The binding defined for the component, if there is precisely one binding;
null
otherwise.