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






obj
Gets the value of the MultiBindings attached property.

Syntax

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

Parameters

obj

Return Value

Value of MultiBindings attached property.

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.