RolePlayerChangedEventArgs.DomainModel 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.
Get the domain model to which the notification pertains
public:
virtual property Microsoft::VisualStudio::Modeling::DomainModelInfo ^ DomainModel { Microsoft::VisualStudio::Modeling::DomainModelInfo ^ get(); };
public override Microsoft.VisualStudio.Modeling.DomainModelInfo DomainModel { get; }
member this.DomainModel : Microsoft.VisualStudio.Modeling.DomainModelInfo
Public Overrides ReadOnly Property DomainModel As DomainModelInfo