ModelingPartitionMapper.PartitionForElement Method

Definition

public:
 virtual Microsoft::VisualStudio::Modeling::Partition ^ PartitionForElement(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ groupPrototype, Microsoft::VisualStudio::Modeling::Partition ^ mergePartition, Microsoft::VisualStudio::Modeling::ProtoElement ^ protoElement, System::Object ^ cookie);
public Microsoft.VisualStudio.Modeling.Partition PartitionForElement (Microsoft.VisualStudio.Modeling.ElementGroupPrototype groupPrototype, Microsoft.VisualStudio.Modeling.Partition mergePartition, Microsoft.VisualStudio.Modeling.ProtoElement protoElement, object cookie);
abstract member PartitionForElement : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ProtoElement * obj -> Microsoft.VisualStudio.Modeling.Partition
override this.PartitionForElement : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.ProtoElement * obj -> Microsoft.VisualStudio.Modeling.Partition
Public Function PartitionForElement (groupPrototype As ElementGroupPrototype, mergePartition As Partition, protoElement As ProtoElement, cookie As Object) As Partition

Parameters

groupPrototype
ElementGroupPrototype
mergePartition
Partition
protoElement
ProtoElement
cookie
Object

Returns

Implements

Applies to