LinkedUndoErrors Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Undo errors.
public enum class LinkedUndoErrors
public enum class LinkedUndoErrors
enum LinkedUndoErrors
public enum LinkedUndoErrors
type LinkedUndoErrors =
Public Enum LinkedUndoErrors
- Inheritance
-
LinkedUndoErrors
Fields
Name | Value | Description |
---|---|---|
LINKEDUNDO_E_INTERVENING_ACTION | -2147209215 | 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: