Intersoft ClientUI Documentation
GetPropertyBinding Method



Element for which to get the property.
Gets the value of the PropertyBinding attached property.
Syntax
Public Shared Function GetPropertyBinding( _
   ByVal element As DependencyObject _
) As PropertyBinding
Dim element As DependencyObject
Dim value As PropertyBinding
 
value = BindingFramework.GetPropertyBinding(element)
public static PropertyBinding GetPropertyBinding( 
   DependencyObject element
)
public:
static PropertyBinding^ GetPropertyBinding( 
   DependencyObject^ element
) 

Parameters

element
Element for which to get the property.

Return Value

Value of PropertyBinding 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