IVsSetSpanMappingEvents::OnMarkerInvalidated Method (IVsTextLines^, IVsTextMarker^)
Visual Studio 2015
Fires event when the text marker is invalidated.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
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::Int32Returns S_OK if the method succeeds; otherwise, returns an error code.
Show: