Store::TransactionActive Property
Visual Studio 2015
Gets or sets whether the store has a currently active transaction.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Property Value
Type: System::Booleantrue if the store has a currently active transaction; otherwise, false.
This property indicates if the store has a currently active transaction.
This is true when a transaction is open and includes the time until all events have finished firing.
Show: