Messages.ResourceManager Property
Gets the cached ResourceManager instance used by this class.
Namespace: Microsoft.Uii.Desktop.Core.Properties
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim value As ResourceManager
value = Messages.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
Messages Class
Messages Members
Microsoft.Uii.Desktop.Core.Properties Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.