Intersoft ClientUI Documentation
GetDataContextProxy Method



Gets the value of the DataContextProxy attached property.
Syntax
Public Shared Function GetDataContextProxy( _
   ByVal d As DependencyObject _
) As Object
Dim d As DependencyObject
Dim value As Object
 
value = BindingFramework.GetDataContextProxy(d)
public static object GetDataContextProxy( 
   DependencyObject d
)
public:
static Object^ GetDataContextProxy( 
   DependencyObject^ d
) 

Parameters

d

Return Value

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