LinkedUndoErrors Enumeration

Undo errors.

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

Syntax

'Declaration
Public Enumeration LinkedUndoErrors
public enum LinkedUndoErrors
public enum class LinkedUndoErrors
type LinkedUndoErrors
public enum LinkedUndoErrors

Members

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.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace