Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolves the target element that was copied to the Partition
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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.Partition
Target Partition
- group
Type: Microsoft.VisualStudio.Modeling.ElementGroup
The 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.