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
)
參數
- groupPrototype
類型:Microsoft.VisualStudio.Modeling.ElementGroupPrototype
ElementGroupPrototype 包含 protoElement
- mergePartition
類型:Microsoft.VisualStudio.Modeling.Partition
合併目標資料分割。不一定是將會重新建置項目的所在位置。
- protoElement
類型:Microsoft.VisualStudio.Modeling.ProtoElement
正在重新建構或要重新建構的原型項目
- cookie
類型:System.Object
呼叫 BeginMapping 時,此資料分割對應程式傳回的物件。如果沒有使用,則可為 null。
傳回值
類型:Microsoft.VisualStudio.Modeling.Partition
要在其中重新建構項目的資料分割
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。