Поделиться через


VCFileCodeModel.CommitTransaction - метод

Commits the current transaction for the object.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
Sub CommitTransaction
'Применение
Dim instance As VCFileCodeModel

instance.CommitTransaction()
void CommitTransaction()
void CommitTransaction()
function CommitTransaction()

Заметки

Call this method to commit a transaction started by CSession::StartTransaction. After the transaction is committed, all Visual C++ code model operations completed in the current transaction are grouped in a single item (for all affected files) and placed on the Undo stack.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCFileCodeModel Интерфейс

VCFileCodeModel - члены

Microsoft.VisualStudio.VCCodeModel - пространство имен