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


IVsSetSpanMappingEvents.OnMarkerInvalidated - метод

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

Синтаксис

'Декларация
Function OnMarkerInvalidated ( _
    pBuffer As IVsTextLines, _
    pMarker As IVsTextMarker _
) As Integer
int OnMarkerInvalidated(
    IVsTextLines pBuffer,
    IVsTextMarker pMarker
)
int OnMarkerInvalidated(
    [InAttribute] IVsTextLines^ pBuffer, 
    [InAttribute] IVsTextMarker^ pMarker
)
abstract OnMarkerInvalidated : 
        pBuffer:IVsTextLines * 
        pMarker:IVsTextMarker -> int
function OnMarkerInvalidated(
    pBuffer : IVsTextLines, 
    pMarker : IVsTextMarker
) : int

Параметры

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

Тип: Int32

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

См. также

Ссылки

IVsSetSpanMappingEvents Интерфейс

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