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






d
value
Value for DataContextProxy attached property.
Sets the value of the DataContextProxy attached property.

Syntax

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

Parameters

d
value
Value for 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.