StandardExtensionLocator.GetExtendingDomainModels 方法 (Type, Boolean)

返回字段扩展指定的域模型的设计类型的列表。

命名空间:  Microsoft.VisualStudio.Modeling
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public Function GetExtendingDomainModels ( _
    domainModelType As Type, _
    recurse As Boolean _
) As IEnumerable(Of Type)
public IEnumerable<Type> GetExtendingDomainModels(
    Type domainModelType,
    bool recurse
)

参数

  • domainModelType
    类型:System.Type
    为域模型的扩展的类型。
  • recurse
    类型:System.Boolean
    指示是否应返回指定的域模型类型的仅扩展,或其依赖项扩展扩展和扩展是否应包括在内。

返回值

类型:System.Collections.Generic.IEnumerable<Type>
字段来扩展指定类型的模型类型列表

实现

IExtensionLocator.GetExtendingDomainModels(Type, Boolean)

.NET Framework 安全性

请参见

参考

StandardExtensionLocator 类

GetExtendingDomainModels 重载

Microsoft.VisualStudio.Modeling 命名空间