Partager via


IVsLanguageDebugInfo.GetLocationOfName, méthode

Déconseillé. Ne pas utiliser.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • pszName
    Type : String

    Ne pas utiliser.

  • pbstrMkDoc
    Type : String%

    Ne pas utiliser.

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsLanguageDebugInfo Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms