GlobalResources Class

Provides access to the global ResourceDictionary items in the configuration tool. This is used in combination with the MergedDictionariesProperty to manage merging of resource dictionaries, particarly in a hosted environment like Visual Studio, where you cannot rely on a global Application object to be available.
This global class also maintains an ExtendedDictionary for extension components to place their ResourceDictionarys. New wizards, for example, may need to add their extended items.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public NotInheritable Class GlobalResources
public static class GlobalResources
public ref class GlobalResources abstract sealed
public final class GlobalResources

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting.GlobalResources

See Also

GlobalResources Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Hosting Namespace