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






d
Gets the value of the DataContextProxy attached property.

Syntax

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

Parameters

d

Return Value

Value of DataContextProxy 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.