ClosureFindAndRelateElementOperation.ResolveCreateElementLink Method

Definition

Resolves creating an element link in the target store

protected:
 Microsoft::VisualStudio::Modeling::ElementLink ^ ResolveCreateElementLink(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition);
protected Microsoft.VisualStudio.Modeling.ElementLink ResolveCreateElementLink (Microsoft.VisualStudio.Modeling.Partition targetPartition);
member this.ResolveCreateElementLink : Microsoft.VisualStudio.Modeling.Partition -> Microsoft.VisualStudio.Modeling.ElementLink
Protected Function ResolveCreateElementLink (targetPartition As Partition) As ElementLink

Parameters

targetPartition
Partition

The Partition being targetted. Note the link is always created in the same partition as the source element, not necessarily this partition

Returns

The created element link

Applies to