UndoErrors Enumeration

General definitions for undo errors.

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

Syntax

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

Members

Member name Description
UNDO_E_CLIENTABORT Undo action terminated with client abort.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace