Share via


StandardExtensionLocator.GetExtendingDomainModels Method (Type)

Returns a list of domain model types that extend the specified domain model, either directly or indirectly

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Function GetExtendingDomainModels ( _
    domainModelType As Type _
) As IEnumerable(Of Type)
public IEnumerable<Type> GetExtendingDomainModels(
    Type domainModelType
)
public:
virtual IEnumerable<Type^>^ GetExtendingDomainModels(
    Type^ domainModelType
) sealed
abstract GetExtendingDomainModels : 
        domainModelType:Type -> IEnumerable<Type> 
override GetExtendingDomainModels : 
        domainModelType:Type -> IEnumerable<Type> 
public final function GetExtendingDomainModels(
    domainModelType : Type
) : IEnumerable<Type>

Parameters

  • domainModelType
    Type: Type

    Type of the domain model being extended.

Return Value

Type: IEnumerable<Type>
A list of domain model types that extend the specified type

Implements

IExtensionLocator.GetExtendingDomainModels(Type)

.NET Framework Security

See Also

Reference

StandardExtensionLocator Class

GetExtendingDomainModels Overload

Microsoft.VisualStudio.Modeling Namespace