Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the possible results of a transaction completion for an ITextUndoHistory.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Enumeration TextUndoTransactionCompletionResult
public enum TextUndoTransactionCompletionResult
public enum class TextUndoTransactionCompletionResult
type TextUndoTransactionCompletionResult
public enum TextUndoTransactionCompletionResult
Members
| Member name | Description | |
|---|---|---|
| TransactionAdded | The most recent transaction is added to the UndoStack of the ITextUndoHistory. | |
| TransactionMerged | The most recent transaction is merged with the transaction on the top of the UndoStack of the associated ITextUndoHistory. |