DomainModel(Store, Guid) Constructor
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.
Initializes a new instance of DomainModel class.
protected:
DomainModel(Microsoft::VisualStudio::Modeling::Store ^ store, Guid domainModelId);
protected DomainModel (Microsoft.VisualStudio.Modeling.Store store, Guid domainModelId);
new Microsoft.VisualStudio.Modeling.DomainModel : Microsoft.VisualStudio.Modeling.Store * Guid -> Microsoft.VisualStudio.Modeling.DomainModel
Protected Sub New (store As Store, domainModelId As Guid)
Parameters
- store
- Store
The store that contains the domain model.
- domainModelId
- Guid
The Id of the domain model.