Поделиться через


IVsLanguageDebugInfo2.QueryCatchLineSpan - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.8.0 (в Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Синтаксис

'Декларация
Function QueryCatchLineSpan ( _
    pBuffer As IVsTextBuffer, _
    iLine As Integer, _
    iCol As Integer, _
    <OutAttribute> ByRef pfIsInCatch As Integer, _
    <OutAttribute> ptsCatchLine As TextSpan() _
) As Integer
int QueryCatchLineSpan(
    IVsTextBuffer pBuffer,
    int iLine,
    int iCol,
    out int pfIsInCatch,
    TextSpan[] ptsCatchLine
)
int QueryCatchLineSpan(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] int iLine, 
    [InAttribute] int iCol, 
    [OutAttribute] int% pfIsInCatch, 
    [OutAttribute] array<TextSpan>^ ptsCatchLine
)
abstract QueryCatchLineSpan : 
        pBuffer:IVsTextBuffer * 
        iLine:int * 
        iCol:int * 
        pfIsInCatch:int byref * 
        ptsCatchLine:TextSpan[] byref -> int
function QueryCatchLineSpan(
    pBuffer : IVsTextBuffer, 
    iLine : int, 
    iCol : int, 
    pfIsInCatch : int, 
    ptsCatchLine : TextSpan[]
) : int

Параметры

  • iLine
    Тип: Int32
  • iCol
    Тип: Int32
  • pfIsInCatch
    Тип: Int32%

Возвращаемое значение

Тип: Int32

Безопасность платформы .NET Framework

См. также

Ссылки

IVsLanguageDebugInfo2 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен