Intersoft ClientUI Documentation
GetMultiBindings Method



Gets the value of the MultiBindings attached property.
Syntax
Public Shared Function GetMultiBindings( _
   ByVal obj As DependencyObject _
) As MultiBindings
Dim obj As DependencyObject
Dim value As MultiBindings
 
value = BindingFramework.GetMultiBindings(obj)
public static MultiBindings GetMultiBindings( 
   DependencyObject obj
)
public:
static MultiBindings^ GetMultiBindings( 
   DependencyObject^ obj
) 

Parameters

obj

Return Value

Value of MultiBindings attached property.
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