IElementPartitionMapper.BeginMapping 方法

映射请求的一系列分区是为特定将进行的回合 ElementGroupPrototype 和合并的通知 (或目标) 分区。 这是机会执行一次性初始化,并在后续映射的上下文调用。

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

语法

声明
Function BeginMapping ( _
    groupPrototype As ElementGroupPrototype, _
    mergePartition As Partition _
) As Object
Object BeginMapping(
    ElementGroupPrototype groupPrototype,
    Partition mergePartition
)

参数

返回值

类型:System.Object
也就是说,对象。cookie 或上下文特定状态,其含义为分区制图员。

.NET Framework 安全性

请参见

参考

IElementPartitionMapper 接口

Microsoft.VisualStudio.Modeling 命名空间