IVsChangeTrackingUndoManager Members

Include Protected Members
Include Inherited Members

Provides undo management for an editor that supports multiple views.

The IVsChangeTrackingUndoManager type exposes the following members.

Methods

 

Name

Description

Public method

AdviseTrackingClient

Advises the Undo Manager that you want to receive notification when the document is clean.

Public method

MarkCleanState

Tells the Undo Manager that an unmodified state has been reached, for example, following a Save operation.

Public method

QueryCleanState

Determines whether the document is in an unmodified state.

Public method

UnadviseTrackingClient

Advises the Undo Manager that you no longer want to receive notification of when the document is clean.

Top

See Also

Reference

IVsChangeTrackingUndoManager Interface

Microsoft.VisualStudio.TextManager.Interop Namespace