Metodo IVsLanguageDebugInfo3.GetValidBreakpointLineVariance
Gets the valid line variance for binding a breakpoint for a given source location.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.11.0 (in Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Sintassi
'Dichiarazione
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
)
Parametri
pBuffer
Tipo: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] Code buffer containing the candidate breakpoint.
iLine
Tipo: Int32[in] Line for the candidate breakpoint.
iCol
Tipo: Int32[in] Column for the candidate breakpoint.
piVariance
Tipo: Int32%[out] Number of lines below iLine within which to bind breakpoint. Value of -1 specifies the debugger default number of lines.
Note
The debugger calls this function if ValidateBreakpointLocation returns E_NOIMPL.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.