IResXResourceService 接口

允许客户端控件在 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。

页首

请参见

参考

Microsoft.VisualStudio.Shell 命名空间