Share via


DomainModelInfo.ExtendedDomainModels Property

Definition

Gets a read-only list of domain models this domain model extends.

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

Property Value

Attributes

Applies to