IVsResourceManager2.ParseResourceID Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Декларация
Function ParseResourceID ( _
szId As String, _
lcid As UInteger, _
<OutAttribute> ByRef pbstrUnadornedId As String, _
<OutAttribute> ByRef pguidPackage As Guid, _
<OutAttribute> ByRef pbstrDllPath As String _
) As Integer
'Применение
Dim instance As IVsResourceManager2
Dim szId As String
Dim lcid As UInteger
Dim pbstrUnadornedId As String
Dim pguidPackage As Guid
Dim pbstrDllPath As String
Dim returnValue As Integer
returnValue = instance.ParseResourceID(szId, _
lcid, pbstrUnadornedId, pguidPackage, _
pbstrDllPath)
int ParseResourceID(
string szId,
uint lcid,
out string pbstrUnadornedId,
out Guid pguidPackage,
out string pbstrDllPath
)
int ParseResourceID(
[InAttribute] String^ szId,
[InAttribute] unsigned int lcid,
[OutAttribute] String^% pbstrUnadornedId,
[OutAttribute] Guid% pguidPackage,
[OutAttribute] String^% pbstrDllPath
)
abstract ParseResourceID :
szId:string *
lcid:uint32 *
pbstrUnadornedId:string byref *
pguidPackage:Guid byref *
pbstrDllPath:string byref -> int
function ParseResourceID(
szId : String,
lcid : uint,
pbstrUnadornedId : String,
pguidPackage : Guid,
pbstrDllPath : String
) : int
Parameters
- szId
Type: System.String
- lcid
Type: System.UInt32
- pbstrUnadornedId
Type: System.String%
- pguidPackage
Type: System.Guid%
- pbstrDllPath
Type: System.String%
Return Value
Type: System.Int32
.NET Framework Security
- 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.