TextUndoTransactionCompletionResult 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.
Describes the possible results of a transaction completion for an ITextUndoHistory.
public enum class TextUndoTransactionCompletionResult
public enum class TextUndoTransactionCompletionResult
enum TextUndoTransactionCompletionResult
public enum TextUndoTransactionCompletionResult
type TextUndoTransactionCompletionResult =
Public Enum TextUndoTransactionCompletionResult
- Inheritance
-
TextUndoTransactionCompletionResult
Fields
Name | Value | Description |
---|---|---|
TransactionAdded | 0 | The most recent transaction is added to the UndoStack of the ITextUndoHistory. |
TransactionMerged | 1 | The most recent transaction is merged with the transaction on the top of the UndoStack of the associated ITextUndoHistory. |