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






element
Element for which to get the property.
Gets the value of the PropertyBinding attached property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetPropertyBinding( _
   ByVal element As DependencyObject _
) As PropertyBinding
Visual Basic (Usage)Copy Code
Dim element As DependencyObject
Dim value As PropertyBinding
 
value = BindingFramework.GetPropertyBinding(element)
C# 
public static PropertyBinding GetPropertyBinding( 
   DependencyObject element
)
Delphi 
public function GetPropertyBinding( 
    element: DependencyObject
): PropertyBinding; static; 
JScript 
public static function GetPropertyBinding( 
   element : DependencyObject
) : PropertyBinding;
Managed Extensions for C++ 
public: static PropertyBinding* GetPropertyBinding( 
   DependencyObject* element
) 
C++/CLI 
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 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.