Share via


Store.DomainModels Property

Gets a collection of domain models in this store.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public ReadOnly Property DomainModels As ICollection(Of DomainModel)
'Usage
Dim instance As Store 
Dim value As ICollection(Of DomainModel)

value = instance.DomainModels
public ICollection<DomainModel> DomainModels { get; }
public:
property ICollection<DomainModel^>^ DomainModels {
    ICollection<DomainModel^>^ get ();
}
public function get DomainModels () : ICollection<DomainModel>

Property Value

Type: System.Collections.Generic.ICollection<DomainModel>
A collection of domain models.

Remarks

A store will often have only one domain model, but can contain a collection of domain models.

.NET Framework Security

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace