DocumentTask.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 that is associated with a marker is deleted by a user action.
public:
virtual void MarkerInvalidated();
public:
virtual void MarkerInvalidated();
virtual void MarkerInvalidated();
public virtual void MarkerInvalidated ();
abstract member MarkerInvalidated : unit -> unit
override this.MarkerInvalidated : unit -> unit
Public Overridable Sub MarkerInvalidated ()
Implements
Remarks
By default, this method sets the valid state of the marker to false
. It is an implementation of MarkerInvalidated.