共用方式為


IResXResourceService.GetResXResourceReader Method (TextReader, Boolean, String)

Returns a resx resource reader given a basepath and name.

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

Syntax

'宣告
Function GetResXResourceReader ( _
    textReader As TextReader, _
    useResXDataNodes As Boolean, _
    basePath As String _
) As IResourceReader
IResourceReader GetResXResourceReader(
    TextReader textReader,
    bool useResXDataNodes,
    string basePath
)

Parameters

  • 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 Value

Type: System.Resources.IResourceReader
IResourceReader .

.NET Framework Security

See Also

Reference

IResXResourceService Interface

GetResXResourceReader Overload

Microsoft.VisualStudio.Shell Namespace