Intersoft ClientUI Documentation
SetPropertyBag Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > DependencyObjectExtensions Class : SetPropertyBag Method






obj
value
Sets a value of a property to the state collection.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetPropertyBag( _
   ByVal obj As DependencyObject, _
   ByVal value As Dictionary(Of DependencyProperty,Object) _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As Dictionary(Of DependencyProperty,Object)
 
DependencyObjectExtensions.SetPropertyBag(obj, value)
C# 
public static void SetPropertyBag( 
   DependencyObject obj,
   Dictionary<DependencyProperty,object> value
)
Delphi 
public procedure SetPropertyBag( 
    obj: DependencyObject;
    value: Dictionary
); static; 
JScript 
public static function SetPropertyBag( 
   obj : DependencyObject,
   value : Dictionary
);
Managed Extensions for C++ 
public: static void SetPropertyBag( 
   DependencyObject* obj,
   Dictionary<DependencyProperty*,Object*>* value
) 
C++/CLI 
public:
static void SetPropertyBag( 
   DependencyObject^ obj,
   Dictionary<DependencyProperty^,Object^>^ value
) 

Parameters

obj
value

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.