IVsSetSpanMappingEvents::OnMarkerInvalidated Method (IVsTextLines^, IVsTextMarker^)

 

Fires event when the text marker is invalidated.

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

int OnMarkerInvalidated(
	IVsTextLines^ pBuffer,
	IVsTextMarker^ pMarker
)

Parameters

pBuffer
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^

[in] The text buffer.

pMarker
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextMarker^

[in] The text marker.

Return Value

Type: System::Int32

Returns S_OK if the method succeeds; otherwise, returns an error code.

Return to top
Show: