Share via


IVsSetSpanMappingEvents.OnMarkerInvalidated Method

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

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSetSpanMappingEvents Interface

Microsoft.VisualStudio.TextManager.Interop Namespace