Compartir a través de


IVsLanguageDebugInfo.GetLocationOfName (Método)

Obsoleto. No utilizar.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetLocationOfName ( _
    pszName As String, _
    <OutAttribute> ByRef pbstrMkDoc As String, _
    <OutAttribute> pspanLocation As TextSpan() _
) As Integer
int GetLocationOfName(
    string pszName,
    out string pbstrMkDoc,
    TextSpan[] pspanLocation
)
int GetLocationOfName(
    [InAttribute] String^ pszName, 
    [OutAttribute] String^% pbstrMkDoc, 
    [OutAttribute] array<TextSpan>^ pspanLocation
)
abstract GetLocationOfName : 
        pszName:string * 
        pbstrMkDoc:string byref * 
        pspanLocation:TextSpan[] byref -> int
function GetLocationOfName(
    pszName : String, 
    pbstrMkDoc : String, 
    pspanLocation : TextSpan[]
) : int

Parámetros

  • pszName
    Tipo: String

    No utilizar.

  • pbstrMkDoc
    Tipo: String%

    No utilizar.

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsLanguageDebugInfo Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)