CoreDomainModel(Store) 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.
Constructor.
public:
CoreDomainModel(Microsoft::VisualStudio::Modeling::Store ^ store);
public CoreDomainModel (Microsoft.VisualStudio.Modeling.Store store);
new Microsoft.VisualStudio.Modeling.CoreDomainModel : Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.CoreDomainModel
Public Sub New (store As Store)
Parameters
- store
- Store
Store containing the domain model.