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






obj
The dependency object to query.
Gets the IObservableResource object that attached on the dependency object.

Syntax

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

Parameters

obj
The dependency object to query.

Return 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.