This documentation is archived and is not being maintained.
IDesignTimeResourceWriter Interface
Visual Studio 2010
Used by the DesignTimeResourceProviderFactory class to localize data at design time.
Assembly: System.Design (in System.Design.dll)
The IDesignTimeResourceWriter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddResource(String, array<Byte>) | Adds an 8-bit unsigned integer array as a named resource to the list of resources to be written. (Inherited from IResourceWriter.) |
![]() | AddResource(String, Object) | Adds a named resource of type Object to the list of resources to be written. (Inherited from IResourceWriter.) |
![]() | AddResource(String, String) | Adds a named resource of type String to the list of resources to be written. (Inherited from IResourceWriter.) |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
