ElementGroupHydrator 参数已经完成重建元素并将不再发出分区决定请求的通知。 关闭任何 per-hydration 状态的机会。
命名空间: Microsoft.VisualStudio.Modeling
程序集: Microsoft.VisualStudio.Modeling.Sdk.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)
语法
声明
Sub EndMapping ( _
groupPrototype As ElementGroupPrototype, _
mergePartition As Partition, _
cookie As Object _
)
void EndMapping(
ElementGroupPrototype groupPrototype,
Partition mergePartition,
Object cookie
)
参数
- groupPrototype
类型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
正在或将要被重建的 ElementGroupPrototype
- mergePartition
类型:Microsoft.VisualStudio.Modeling.Partition
合并目标分区。不一定元素将被重建位置。
- cookie
类型:System.Object
当 BeginMapping 调用时,由此部件映射器返回的对象。如果未使用,可以为 null。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。