Share via


ClosureFindOrCreateAndRelateElementOperation.ResolveCreateElement Method

Definition

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

Applies to