Partager via


IVsLanguageDebugInfo.IsMappedLocation, méthode

Se retourne si l'emplacement contient code qui est mappé à un autre document, par exemple, code de script côté client.

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

Syntaxe

'Déclaration
Function IsMappedLocation ( _
    pBuffer As IVsTextBuffer, _
    iLine As Integer, _
    iCol As Integer _
) As Integer
int IsMappedLocation(
    IVsTextBuffer pBuffer,
    int iLine,
    int iCol
)
int IsMappedLocation(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] int iLine, 
    [InAttribute] int iCol
)
abstract IsMappedLocation : 
        pBuffer:IVsTextBuffer * 
        iLine:int * 
        iCol:int -> int
function IsMappedLocation(
    pBuffer : IVsTextBuffer, 
    iLine : int, 
    iCol : int
) : int

Paramètres

  • iLine
    Type : Int32

    [in] entier contenant l'index de ligne.

  • iCol
    Type : Int32

    [in] entier contenant l'index de colonne.

Valeur de retour

Type : Int32
Si la méthode réussit, les retours S_OK indiquant l'emplacement contient code mappé.Si l'emplacement ne contient pas code mappé, retourne S_FALSE.Sinon, retours code d'erreur.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsLanguageDebugInfo::IsMappedLocation(
   [in] IVsTextBuffer *pBuffer, 
   [in] long iLine, 
   [in] long iCol
);

Retournez-vous si l'emplacement contient code qui est mappé à un autre document, par exemple code de script côté client.

Sécurité .NET Framework

Voir aussi

Référence

IVsLanguageDebugInfo Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms