ModelingPartitionMapper 构造函数
构造新的 ModelingPartitionMapper
命名空间: Microsoft.VisualStudio.Modeling.Shell
程序集: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll 中)
语法
声明
Protected Friend Sub New ( _
getRootElement As Func(Of ModelElement) _
)
protected internal ModelingPartitionMapper(
Func<ModelElement> getRootElement
)
参数
- getRootElement
类型:System.Func<ModelElement>
,那么,当计算,并返回该模型的根元素的函数
备注
无需创建在使此难单元测试的 ModelingDocData 的依赖项 (因为它创建依赖项与承载) 我们使用一个回调函数为当前根元素与宿主 ModelingDocData 的访问。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。