Store::DomainModels Property
Visual Studio 2015
Gets a collection of domain models in this store.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ICollection<DomainModel^>^ DomainModels { ICollection<DomainModel^>^ get(); }
Property Value
Type: System.Collections.Generic::ICollection<DomainModel^>^A collection of domain models.
A store will often have only one domain model, but can contain a collection of domain models.
Show: