Share via


TransactionEventArgs.DomainModel Property

Definition

Get the domain model to which this notification pertains

public:
 virtual property Microsoft::VisualStudio::Modeling::DomainModelInfo ^ DomainModel { Microsoft::VisualStudio::Modeling::DomainModelInfo ^ get(); };
public override Microsoft.VisualStudio.Modeling.DomainModelInfo DomainModel { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DomainModel : Microsoft.VisualStudio.Modeling.DomainModelInfo
Public Overrides ReadOnly Property DomainModel As DomainModelInfo

Property Value

The domain model

Attributes

Applies to