IVsLanguageDebugInfo3.GetValidBreakpointLineVariance - метод
Gets the valid line variance for binding a breakpoint for a given source location.
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.11.0 (в Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Синтаксис
'Декларация
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
)
Параметры
pBuffer
Тип: Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] Code buffer containing the candidate breakpoint.
iLine
Тип: Int32[in] Line for the candidate breakpoint.
iCol
Тип: Int32[in] Column for the candidate breakpoint.
piVariance
Тип: Int32%[out] Number of lines below iLine within which to bind breakpoint. Value of -1 specifies the debugger default number of lines.
Заметки
The debugger calls this function if ValidateBreakpointLocation returns E_NOIMPL.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IVsLanguageDebugInfo3 Интерфейс
Microsoft.VisualStudio.TextManager.Interop - пространство имен