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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public interface IResXResourceService

NameDescription
System_CAPS_pubmethodGetResXResourceReader(String, Boolean)

Returns a resx resource reader that matches a given a resXFullName.

System_CAPS_pubmethodGetResXResourceReader(TextReader, Boolean, String)

Returns a resx resource reader given a basepath and name.

System_CAPS_pubmethodGetResXResourceWriter(String)

Returns a resx resource writer given resXFullName.

System_CAPS_pubmethodGetResXResourceWriter(TextWriter, String)

Returns a resx resource writer given a textWriter and basepath.

Return to top
Show: