IResXResourceService::GetResXResourceReader Method (TextReader^, Boolean, String^)
Visual Studio 2015
Returns a resx resource reader given a basepath and name.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
IResourceReader^ GetResXResourceReader(
TextReader^ textReader,
bool useResXDataNodes,
String^ basePath
)
Parameters
- textReader
-
Type:
System.IO::TextReader^
The TextReader that is wrapped by the returned IResourceReader.
- useResXDataNodes
-
Type:
System::Boolean
If this value is true the reader returns one or more ResXDataNodes instead of the object type the resource becomes at runtime in order to figure out which files the resx references
- basePath
-
Type:
System::String^
The path of the resource file.
Show: