Returns a resx resource reader that matches a given a resXFullName.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Function GetResXResourceReader ( _
resXFullName As String, _
useResXDataNodes As Boolean _
) As IResourceReader
'使用
Dim instance As IResXResourceService
Dim resXFullName As String
Dim useResXDataNodes As Boolean
Dim returnValue As IResourceReader
returnValue = instance.GetResXResourceReader(resXFullName, _
useResXDataNodes)
IResourceReader GetResXResourceReader(
string resXFullName,
bool useResXDataNodes
)
IResourceReader^ GetResXResourceReader(
String^ resXFullName,
bool useResXDataNodes
)
function GetResXResourceReader(
resXFullName : String,
useResXDataNodes : boolean
) : IResourceReader
Parameters
resXFullName
Type: System.StringCreates a reader for the specified file.
- useResXDataNodes
Type: System.Boolean
Return Value
Type: System.Resources.IResourceReader
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IResXResourceService Interface