This documentation is archived and is not being maintained.
IDesignTimeResourceWriter Members
Visual Studio 2008
Used by the DesignTimeResourceProviderFactory class to localize data at design time.
The IDesignTimeResourceWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddResource | Overloaded. Adds a resource to the list of resources to be written to an output file or output stream. |
|
Close | Closes the underlying resource file or stream, ensuring all the data has been written to the file. (Inherited from IResourceWriter.) |
|
CreateResourceKey | Creates a key, using the provided string, to use to retrieve data from the given resource. |
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
|
Generate | Writes all the resources added by the AddResource method to the output file or stream. (Inherited from IResourceWriter.) |
Show: