IVsTextMarkerClientEx::MarkerInvalidated Method (IVsTextLines^, IVsTextMarker^)

 

Called when the text associated with a marker is deleted by a user action.

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

int MarkerInvalidated(
	IVsTextLines^ pBuffer,
	IVsTextMarker^ pMarker
)

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::Int32

If 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
);
Return to top
Show: