IVsTextMarkerClient.MarkerInvalidated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the text associated with a marker is deleted by a user action.
public:
void MarkerInvalidated();
public:
void MarkerInvalidated();
void MarkerInvalidated();
public void MarkerInvalidated ();
abstract member MarkerInvalidated : unit -> unit
Public Sub MarkerInvalidated ()
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextMarkerClient::MarkerInvalidated();
OnBeforeBufferClose is called when the buffer is closed, instead of MarkerInvalidated
.