DesignTimeResourceProviderFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by control localization to read and write resources at design time.
public ref class DesignTimeResourceProviderFactory abstract
public abstract class DesignTimeResourceProviderFactory
type DesignTimeResourceProviderFactory = class
Public MustInherit Class DesignTimeResourceProviderFactory
- Inheritance
-
DesignTimeResourceProviderFactory
Notes to Implementers
When you inherit from the DesignTimeResourceProviderFactory class, you must override the following members: the CreateDesignTimeLocalResourceProvider(IServiceProvider), CreateDesignTimeLocalResourceProvider(IServiceProvider), and CreateDesignTimeLocalResourceWriter(IServiceProvider) methods.
Constructors
DesignTimeResourceProviderFactory() |
Creates a new instance of the DesignTimeResourceProviderFactory class. |
Methods
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) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |