Returns a resx resource writer given resXFullName.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Function GetResXResourceWriter ( _
resXFullName As String _
) As IResourceWriter
'使用
Dim instance As IResXResourceService
Dim resXFullName As String
Dim returnValue As IResourceWriter
returnValue = instance.GetResXResourceWriter(resXFullName)
IResourceWriter GetResXResourceWriter(
string resXFullName
)
IResourceWriter^ GetResXResourceWriter(
String^ resXFullName
)
function GetResXResourceWriter(
resXFullName : String
) : IResourceWriter
Parameters
resXFullName
Type: System.StringCreates a reader for the specified file.
Return Value
Type: System.Resources.IResourceWriter
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