Intersoft ClientUI Documentation
SetResource Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > LocalizationManager Class : SetResource Method






obj
The dependency object to set.
value
IObservableResource object.
Sets the IObservableResource to the specified dependency object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetResource( _
   ByVal obj As DependencyObject, _
   ByVal value As IObservableResource _
) 
Visual Basic (Usage)Copy Code
Dim obj As DependencyObject
Dim value As IObservableResource
 
LocalizationManager.SetResource(obj, value)
C# 
public static void SetResource( 
   DependencyObject obj,
   IObservableResource value
)
Delphi 
public procedure SetResource( 
    obj: DependencyObject;
    value: IObservableResource
); static; 
JScript 
public static function SetResource( 
   obj : DependencyObject,
   value : IObservableResource
);
Managed Extensions for C++ 
public: static void SetResource( 
   DependencyObject* obj,
   IObservableResource* value
) 
C++/CLI 
public:
static void SetResource( 
   DependencyObject^ obj,
   IObservableResource^ value
) 

Parameters

obj
The dependency object to set.
value
IObservableResource object.

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.