UndoAction 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.
How the undo stack caused or is affected by a text change.
public enum class UndoAction
public enum UndoAction
type UndoAction =
Public Enum UndoAction
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | This change will not affect the undo stack at all. |
Merge | 1 | This change will merge into the previous undo unit. |
Undo | 2 | This change is the result of a call to Undo() |
Redo | 3 | This change is the result of a call to Redo() |
Clear | 4 | This change will clear the undo stack. |
Create | 5 | This change will create a new undo unit. |
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.