Intersoft ClientUI Documentation
GetBinding Method



The dependency object to query.
Gets the BindingDescriptor object that attached on the dependency object.
Syntax
Public Shared Function GetBinding( _
   ByVal obj As DependencyObject _
) As BindingDescriptor
Dim obj As DependencyObject
Dim value As BindingDescriptor
 
value = BindingFramework.GetBinding(obj)
public static BindingDescriptor GetBinding( 
   DependencyObject obj
)
public:
static BindingDescriptor^ GetBinding( 
   DependencyObject^ obj
) 

Parameters

obj
The dependency object to query.

Return Value

BindingDescriptor object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BindingFramework Class
BindingFramework Members

Send Feedback