共用方式為


IElementPartitionMapper.PartitionForElement 方法

決定要用來重新建構原型項目的資料分割

命名空間:  Microsoft.VisualStudio.Modeling
組件:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.12.0.dll 中)

語法

'宣告
Function PartitionForElement ( _
    groupPrototype As ElementGroupPrototype, _
    mergePartition As Partition, _
    protoElement As ProtoElement, _
    cookie As Object _
) As Partition
Partition PartitionForElement(
    ElementGroupPrototype groupPrototype,
    Partition mergePartition,
    ProtoElement protoElement,
    Object cookie
)

參數

  • cookie
    類型:System.Object
    呼叫 BeginMapping 時,此資料分割對應程式傳回的物件。如果沒有使用,則可為 null。

傳回值

類型:Microsoft.VisualStudio.Modeling.Partition
要在其中重新建構項目的資料分割

.NET Framework 安全性

請參閱

參考

IElementPartitionMapper 介面

Microsoft.VisualStudio.Modeling 命名空間