IVsTextMarkerClientEx::MarkerInvalidated Method (IVsTextLines^, IVsTextMarker^)
Visual Studio 2015
Called when the text associated with a marker is deleted by a user action.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pBuffer
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^
[in] Pointer to the IVsTextLines buffer.
- pMarker
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextMarker^
[in] Pointer to the IVsTextMarker interface for the marker.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
void IVsTextMarkerClientEx::MarkerInvalidated( [in] IVsTextLines *pBuffer, [in] IVsTextMarker *pMarker );
Show: