VCFileCodeModel.StartTransaction - метод
Begins a transaction.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
Sub StartTransaction ( _
bstrName As String _
)
'Применение
Dim instance As VCFileCodeModel
Dim bstrName As String
instance.StartTransaction(bstrName)
void StartTransaction(
string bstrName
)
void StartTransaction(
String^ bstrName
)
function StartTransaction(
bstrName : String
)
Параметры
bstrName
Тип: System.StringRequired. 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.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.