StandardExtensionLocator.GetExtendingDomainModels 方法 (Type)

直接或间接返回字段扩展指定的域模型的设计类型的列表,

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

语法

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

参数

  • domainModelType
    类型:System.Type
    为域模型的扩展的类型。

返回值

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

实现

IExtensionLocator.GetExtendingDomainModels(Type)

.NET Framework 安全性

请参见

参考

StandardExtensionLocator 类

GetExtendingDomainModels 重载

Microsoft.VisualStudio.Modeling 命名空间