Deprecated. Do not use.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Function GetLocationOfName ( _
pszName As String, _
<OutAttribute> ByRef pbstrMkDoc As String, _
<OutAttribute> pspanLocation As TextSpan() _
) As Integer
'使用
Dim instance As IVsLanguageDebugInfo
Dim pszName As String
Dim pbstrMkDoc As String
Dim pspanLocation As TextSpan()
Dim returnValue As Integer
returnValue = instance.GetLocationOfName(pszName, _
pbstrMkDoc, pspanLocation)
int GetLocationOfName(
string pszName,
out string pbstrMkDoc,
TextSpan[] pspanLocation
)
int GetLocationOfName(
[InAttribute] String^ pszName,
[OutAttribute] String^% pbstrMkDoc,
[OutAttribute] array<TextSpan>^ pspanLocation
)
function GetLocationOfName(
pszName : String,
pbstrMkDoc : String,
pspanLocation : TextSpan[]
) : int
Parameters
pszName
Type: System.StringDo not use.
pbstrMkDoc
Type: System.String%Do not use.
pspanLocation
Type: []Do not use.
Return Value
Type: System.Int32
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.