Freigeben über


IVsSetSpanMappingEvents.OnMarkerInvalidated-Methode

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

Parameter

Rückgabewert

Typ: Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsSetSpanMappingEvents Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace