IVsLanguageDebugInfo2.QueryCatchLineSpan Method

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'宣言
Function QueryCatchLineSpan ( _
    pBuffer As IVsTextBuffer, _
    iLine As Integer, _
    iCol As Integer, _
    <OutAttribute> ByRef pfIsInCatch As Integer, _
    <OutAttribute> ptsCatchLine As TextSpan() _
) As Integer
'使用
Dim instance As IVsLanguageDebugInfo2
Dim pBuffer As IVsTextBuffer
Dim iLine As Integer
Dim iCol As Integer
Dim pfIsInCatch As Integer
Dim ptsCatchLine As TextSpan()
Dim returnValue As Integer

returnValue = instance.QueryCatchLineSpan(pBuffer, _
    iLine, iCol, pfIsInCatch, ptsCatchLine)
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
)
function QueryCatchLineSpan(
    pBuffer : IVsTextBuffer, 
    iLine : int, 
    iCol : int, 
    pfIsInCatch : int, 
    ptsCatchLine : TextSpan[]
) : int

Parameters

  • ptsCatchLine
    Type: []

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsLanguageDebugInfo2 Interface

IVsLanguageDebugInfo2 Members

Microsoft.VisualStudio.TextManager.Interop Namespace