ClosureFindAndRelateElementOperation.ResolveCreateElementLink 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 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