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

'宣言
Public ReadOnly Property DomainModels As ICollection(Of DomainModel)
'使用
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.

Permissions

See Also

Reference

Store Class

Store Members

Microsoft.VisualStudio.Modeling Namespace