允许客户端控件在 Visual Studio 中和编写器使用的 resx 读取器的抽象层。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public Interface IResXResourceService
public interface IResXResourceService
方法
名称 | 说明 | |
---|---|---|
![]() |
GetResXResourceReader(String, Boolean) | 返回与给定的 resXFullName的 resx 资源读取器。 |
![]() |
GetResXResourceReader(TextReader, Boolean, String) | 返回 resx 资源读取器命名 basepath 和名称。 |
![]() |
GetResXResourceWriter(String) | 返回 resx 资源编写器特定 resXFullName。 |
![]() |
GetResXResourceWriter(TextWriter, String) | 返回 resx 资源编写器提供 textWriter 和 basepath。 |
页首