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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。