Intersoft ClientUI Documentation
SetBindings Method



The dependency object to set.
BindingDescriptors object.
Sets the BindingDescriptors to the specified dependency object.
Syntax
Public Shared Sub SetBindings( _
   ByVal obj As DependencyObject, _
   ByVal value As BindingDescriptors _
) 
Dim obj As DependencyObject
Dim value As BindingDescriptors
 
BindingFramework.SetBindings(obj, value)
public static void SetBindings( 
   DependencyObject obj,
   BindingDescriptors value
)
public:
static void SetBindings( 
   DependencyObject^ obj,
   BindingDescriptors^ value
) 

Parameters

obj
The dependency object to set.
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