IResXResourceService Interface
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.
An abstraction layer that lets clients control the resx readers and writers used within Visual Studio.
public interface class IResXResourceService
public interface class IResXResourceService
__interface IResXResourceService
public interface IResXResourceService
type IResXResourceService = interface
Public Interface IResXResourceService
Methods
GetResXResourceReader(String, Boolean) |
Returns a resx resource reader that matches a given a |
GetResXResourceReader(TextReader, Boolean, String) |
Returns a resx resource reader given a |
GetResXResourceWriter(String) |
Returns a resx resource writer given resXFullName. |
GetResXResourceWriter(TextWriter, String) |
Returns a resx resource writer given a |