Intersoft ClientUI Documentation
SetBinding Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BindingFramework Class : SetBinding Method






obj
The dependency object to set.
value
BindingDescriptor object.
Sets the BindingDescriptor to the specified dependency object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetBinding( _
   ByVal obj As DependencyObject, _
   ByVal value As BindingDescriptor _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As BindingDescriptor
 
BindingFramework.SetBinding(obj, value)
C# 
public static void SetBinding( 
   DependencyObject obj,
   BindingDescriptor value
)
Delphi 
public procedure SetBinding( 
    obj: DependencyObject;
    value: BindingDescriptor
); static; 
JScript 
public static function SetBinding( 
   obj : DependencyObject,
   value : BindingDescriptor
);
Managed Extensions for C++ 
public: static void SetBinding( 
   DependencyObject* obj,
   BindingDescriptor* value
) 
C++/CLI 
public:
static void SetBinding( 
   DependencyObject^ obj,
   BindingDescriptor^ value
) 

Parameters

obj
The dependency object to set.
value
BindingDescriptor object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.