Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Resolves the creation of an element link in the target store
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
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.PartitionThe 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.