IResXResourceService::GetResXResourceWriter Method (TextWriter^, String^)

 

Returns a resx resource writer given a textWriter and basepath.

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

IResourceWriter^ GetResXResourceWriter(
	TextWriter^ textWriter,
	String^ basePath
)

Parameters

textWriter
Type: System.IO::TextWriter^

The TextWriter that is wrapped by the returned IResourceWriter.

basePath
Type: System::String^

The path of the resource file.

Return to top
Show: