Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |