LinkedUndoErrors Enum
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
C++/CX
public enum class LinkedUndoErrors
enum LinkedUndoErrors
public enum LinkedUndoErrors
type LinkedUndoErrors =
Public Enum LinkedUndoErrors
- Inheritance
-
LinkedUndoErrors
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. |
From textmgr.idl:
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |