IResXResourceService Interface
Visual Studio 2015
An abstraction layer that lets clients control the resx readers and writers used within Visual Studio.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetResXResourceReader(String, Boolean) | Returns a resx resource reader that matches a given a resXFullName. |
![]() | GetResXResourceReader(TextReader, Boolean, String) | Returns a resx resource reader given a basepath and name. |
![]() | GetResXResourceWriter(String) | Returns a resx resource writer given resXFullName. |
![]() | GetResXResourceWriter(TextWriter, String) | Returns a resx resource writer given a textWriter and basepath. |
Show:
