ClosureFindOrCreateAndRelateElementOperation.ResolveCreateElement 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.
Resolves creating a new element in the target partition
protected:
Microsoft::VisualStudio::Modeling::ModelElement ^ ResolveCreateElement(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition);
protected Microsoft.VisualStudio.Modeling.ModelElement ResolveCreateElement (Microsoft.VisualStudio.Modeling.Partition targetPartition);
member this.ResolveCreateElement : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.ModelElement
Protected Function ResolveCreateElement (targetPartition As Partition) As ModelElement
Parameters
- targetPartition
- Partition
the partition in which to create the new element
Returns
the new ModelElement