Intersoft ClientUI Documentation
GetBindings Method



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

Parameters

obj
The dependency object to query.

Return Value

BindingDescriptors 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