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 target element that was copied to the Partition
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Protected Function ResolveCopiedTargetElement ( _
targetPartition As Partition, _
group As ElementGroup _
) As ModelElement
protected ModelElement ResolveCopiedTargetElement(
Partition targetPartition,
ElementGroup group
)
protected:
ModelElement^ ResolveCopiedTargetElement(
Partition^ targetPartition,
ElementGroup^ group
)
member ResolveCopiedTargetElement :
targetPartition:Partition *
group:ElementGroup -> ModelElement
protected function ResolveCopiedTargetElement(
targetPartition : Partition,
group : ElementGroup
) : ModelElement
Parameters
targetPartition
Type: Microsoft.VisualStudio.Modeling.PartitionTarget Partition
group
Type: Microsoft.VisualStudio.Modeling.ElementGroupThe element group for this operation
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
ModelElement or null if not copied
.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.