Store::DomainModels Property

 

Gets a collection of domain models in this store.

Namespace:   Microsoft.VisualStudio.Modeling
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.

Return to top
Show: