Share via


IExtensionLocator.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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Function GetExtendingDomainModels ( _
    domainModelType As Type _
) As IEnumerable(Of Type)
IEnumerable<Type> GetExtendingDomainModels(
    Type domainModelType
)
IEnumerable<Type^>^ GetExtendingDomainModels(
    Type^ domainModelType
)
abstract GetExtendingDomainModels : 
        domainModelType:Type -> IEnumerable<Type> 
function GetExtendingDomainModels(
    domainModelType : Type
) : IEnumerable<Type>

Parameters

  • domainModelType
    Type: System.Type
    Type of the domain model being extended.

Return Value

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

.NET Framework Security

See Also

Reference

IExtensionLocator Interface

GetExtendingDomainModels Overload

Microsoft.VisualStudio.Modeling Namespace