DesignTimeResourceProviderFactory Class
Used by control localization to read and write resources at design time.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DesignTimeResourceProviderFactory() | Creates a new instance of the DesignTimeResourceProviderFactory class. |
| Name | Description | |
|---|---|---|
![]() | CreateDesignTimeGlobalResourceProvider(IServiceProvider^, String^) | When overridden in a derived class, creates a global resource provider using the provided IServiceProvider interface and resource class name. |
![]() | CreateDesignTimeLocalResourceProvider(IServiceProvider^) | When overridden in a derived class, creates a local resource provider using the provided reference to the design host. |
![]() | CreateDesignTimeLocalResourceWriter(IServiceProvider^) | When overridden in a derived class, creates a local resource writer for using the provided reference to the design host. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Notes to Inheritors:
When you inherit from the DesignTimeResourceProviderFactory class, you must override the following members: the CreateDesignTimeLocalResourceProvider, CreateDesignTimeLocalResourceProvider, and CreateDesignTimeLocalResourceWriter methods.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

