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






obj
The dependency object to query.
Gets the BindingDescriptor object that attached on the dependency object.

Syntax

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

Parameters

obj
The dependency object to query.

Return 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.