LinkedUndoErrors Enumeration

 

Undo errors.

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

public enum LinkedUndoErrors

Member nameDescription
LINKEDUNDO_E_INTERVENING_ACTION

A parent action failed due to another action not being at the top of the stack. This will be returned from IOleUndoManager when an undo is attempted but fails.

From textmgr.idl:

Return to top
Show: