ModelingPartitionMapper.DeterminePartitionForElement 方法

特定 ProtoElement 的确定分区使用。

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

语法

声明
Protected Overridable Function DeterminePartitionForElement ( _
    groupPrototype As ElementGroupPrototype, _
    protoElement As ProtoElement, _
    partitions As ModelingPartitionMapper.PartitionMappings _
) As Partition
protected virtual Partition DeterminePartitionForElement(
    ElementGroupPrototype groupPrototype,
    ProtoElement protoElement,
    ModelingPartitionMapper.PartitionMappings partitions
)

参数

返回值

类型:Microsoft.VisualStudio.Modeling.Partition
重建原型元素应该使用的分区

.NET Framework 安全性

请参阅

参考

ModelingPartitionMapper 类

Microsoft.VisualStudio.Modeling.Shell 命名空间