ModelingEventArgs.TransactionContext Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TransactionContext associated with the event. May be null if no transaction context is available for the event.
public:
 property Microsoft::VisualStudio::Modeling::TransactionContext ^ TransactionContext { Microsoft::VisualStudio::Modeling::TransactionContext ^ get(); };public Microsoft.VisualStudio.Modeling.TransactionContext TransactionContext { [System.Diagnostics.DebuggerStepThrough] get; }[<get: System.Diagnostics.DebuggerStepThrough>]
member this.TransactionContext : Microsoft.VisualStudio.Modeling.TransactionContextPublic ReadOnly Property TransactionContext As TransactionContextProperty Value
- Attributes