Partager via


IVsLanguageDebugInfo3.GetValidBreakpointLineVariance, méthode

Gets the valid line variance for binding a breakpoint for a given source location.

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

Syntaxe

'Déclaration
Sub GetValidBreakpointLineVariance ( _
    pBuffer As IVsTextBuffer, _
    iLine As Integer, _
    iCol As Integer, _
    <OutAttribute> ByRef piVariance As Integer _
)
void GetValidBreakpointLineVariance(
    IVsTextBuffer pBuffer,
    int iLine,
    int iCol,
    out int piVariance
)
void GetValidBreakpointLineVariance(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] int iLine, 
    [InAttribute] int iCol, 
    [OutAttribute] int% piVariance
)
abstract GetValidBreakpointLineVariance : 
        pBuffer:IVsTextBuffer * 
        iLine:int * 
        iCol:int * 
        piVariance:int byref -> unit
function GetValidBreakpointLineVariance(
    pBuffer : IVsTextBuffer, 
    iLine : int, 
    iCol : int, 
    piVariance : int
)

Paramètres

  • iLine
    Type : Int32

    [in] Line for the candidate breakpoint.

  • iCol
    Type : Int32

    [in] Column for the candidate breakpoint.

  • piVariance
    Type : Int32%

    [out] Number of lines below iLine within which to bind breakpoint. Value of -1 specifies the debugger default number of lines.

Notes

The debugger calls this function if ValidateBreakpointLocation returns E_NOIMPL.

Sécurité .NET Framework

Voir aussi

Référence

IVsLanguageDebugInfo3 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms