ModelingPartitionMapper.EndMapping 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 void EndMapping(Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ groupPrototype, Microsoft::VisualStudio::Modeling::Partition ^ mergePartition, System::Object ^ cookie);
public void EndMapping (Microsoft.VisualStudio.Modeling.ElementGroupPrototype groupPrototype, Microsoft.VisualStudio.Modeling.Partition mergePartition, object cookie);
abstract member EndMapping : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition * obj -> unit
override this.EndMapping : Microsoft.VisualStudio.Modeling.ElementGroupPrototype * Microsoft.VisualStudio.Modeling.Partition * obj -> unit
Public Sub EndMapping (groupPrototype As ElementGroupPrototype, mergePartition As Partition, cookie As Object)
Parameters
- groupPrototype
- ElementGroupPrototype
- mergePartition
- Partition
- cookie
- Object