ModelingEventArgs.TransactionContext Property

Definition

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.TransactionContext
Public ReadOnly Property TransactionContext As TransactionContext

Property Value

Attributes

Applies to