Intersoft ClientUI Documentation
SetBinding Method



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

Parameters

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