ClosureFindAndRelateElementOperation.ResolveCreateElementLink Method
Resolves the creation of an element link in the target store
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'宣言
Protected Function ResolveCreateElementLink ( _
targetPartition As Partition _
) As ElementLink
protected ElementLink ResolveCreateElementLink(
Partition targetPartition
)
protected:
ElementLink^ ResolveCreateElementLink(
Partition^ targetPartition
)
member ResolveCreateElementLink :
targetPartition:Partition -> ElementLink
protected function ResolveCreateElementLink(
targetPartition : Partition
) : ElementLink
Parameters
- targetPartition
Type: Microsoft.VisualStudio.Modeling.Partition
The Partition being targeted. The link is always created in the same partition as the source element, but not necessarily this partition.
Return Value
Type: Microsoft.VisualStudio.Modeling.ElementLink
The created element link
Remarks
Resolves the creation of an element link in the target store
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.