IResXResourceService Interface

Definition

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 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.

Applies to