ModelingPartitionMapper.PartitionForElement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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