ITextUndoHistory::CreateTransaction Method (String^)
Visual Studio 2015
Creates a new transaction, nests it in the previously current transaction, and marks it current.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Parameters
- description
-
Type:
System::String^
The description of the transaction.
Return Value
Type: Microsoft.VisualStudio.Text.Operations::ITextUndoTransaction^The new transaction.
Show: