Resource.ResourceManager Property
Retrieves the cached ResourceManager instance used by this class.
Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)
Usage
'Usage
Dim value As ResourceManager
value = Resource.ResourceManager
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Shared ReadOnly Property ResourceManager As ResourceManager
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public static ResourceManager ResourceManager { get; }
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
static property ResourceManager^ ResourceManager {
ResourceManager^ get ();
}
/** @property */
public static ResourceManager get_ResourceManager ()
public static function get ResourceManager () : ResourceManager
Property Value
Type:ResourceManager.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Resource Class
Resource Members
Microsoft.Uii.AifServices Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.