IResXResourceService Interface

An abstraction layer that lets clients control the resx readers and writers used within Visual Studio.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Interface IResXResourceService
public interface IResXResourceService
public interface class IResXResourceService
type IResXResourceService =  interface end
public interface IResXResourceService

Methods

  Name Description
Public method GetResXResourceReader(String, Boolean) Returns a resx resource reader that matches a given a resXFullName.
Public method GetResXResourceReader(TextReader, Boolean, String) Returns a resx resource reader given a basepath and name.
Public method GetResXResourceWriter(String) Returns a resx resource writer given resXFullName.
Public method GetResXResourceWriter(TextWriter, String) Returns a resx resource writer given a textWriter and basepath.

Top

See Also

Reference

Microsoft.VisualStudio.Shell Namespace