IResXResourceService::GetResXResourceReader Method (String^, Boolean)

 

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

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

IResourceReader^ GetResXResourceReader(
	String^ resXFullName,
	bool useResXDataNodes
)

Parameters

resXFullName
Type: System::String^

Creates a reader for the specified file.

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

Return to top
Show: