DomainDataDirectory.DomainModels Property

Definition

Gets a read-only list domain models loaded into directory.

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

Property Value

Attributes

Applies to