VCFileCodeModel::StartTransaction Method (String^)
Visual Studio 2015
Begins a transaction.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- bstrName
-
Type:
System::String^
Required. The name of the transaction. This name identifies the item placed on the Undo stack after the transaction is completed.
Call this method to start a new transaction. A transaction consists of a series of one or more modifications to an existing solution by using the Visual C++ code model. The transaction is completed when the AbortTransaction method or CommitTransaction method is called.
Show: