Store.DomainModels Property

Definition

Gets a collection of domain models in this store.

public:
 property System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::DomainModel ^> ^ DomainModels { System::Collections::Generic::ICollection<Microsoft::VisualStudio::Modeling::DomainModel ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.DomainModel> DomainModels { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.DomainModels : System.Collections.Generic.ICollection<Microsoft.VisualStudio.Modeling.DomainModel>
Public ReadOnly Property DomainModels As ICollection(Of DomainModel)

Property Value

Attributes

Applies to