Store.DomainModels Property
Gets a collection of domain models in this store.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property DomainModels As ICollection(Of DomainModel)
public ICollection<DomainModel> DomainModels { get; }
public:
property ICollection<DomainModel^>^ DomainModels {
ICollection<DomainModel^>^ get ();
}
member DomainModels : ICollection<DomainModel> with get
function get DomainModels () : ICollection<DomainModel>
Property Value
Type: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.