Share via


IResXResourceService.GetResXResourceReader Method (String, Boolean)

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

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

Syntax

'Declaration
Function GetResXResourceReader ( _
    resXFullName As String, _
    useResXDataNodes As Boolean _
) As IResourceReader
IResourceReader GetResXResourceReader(
    string resXFullName,
    bool useResXDataNodes
)
IResourceReader^ GetResXResourceReader(
    String^ resXFullName, 
    bool useResXDataNodes
)
abstract GetResXResourceReader : 
        resXFullName:string * 
        useResXDataNodes:bool -> IResourceReader
function GetResXResourceReader(
    resXFullName : String, 
    useResXDataNodes : boolean
) : IResourceReader

Parameters

  • resXFullName
    Type: String

    Creates a reader for the specified file.

  • useResXDataNodes
    Type: 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 Value

Type: IResourceReader
IResourceReader.

.NET Framework Security

See Also

Reference

IResXResourceService Interface

GetResXResourceReader Overload

Microsoft.VisualStudio.Shell Namespace