LinkedUndoErrors Enumeration
Visual Studio 2015
Undo errors.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| 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:
Show: