ClosureFindOrCreateAndRelateElementOperation.ResolveCreateElement Method
Resolves creating a new element in the target partition
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Déclaration
Protected Function ResolveCreateElement ( _
targetPartition As Partition _
) As ModelElement
protected ModelElement ResolveCreateElement(
Partition targetPartition
)
protected:
ModelElement^ ResolveCreateElement(
Partition^ targetPartition
)
member ResolveCreateElement :
targetPartition:Partition -> ModelElement
protected function ResolveCreateElement(
targetPartition : Partition
) : ModelElement
Parameters
- targetPartition
Type: Microsoft.VisualStudio.Modeling.Partition
the partition in which to create the new element
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
the new ModelElement
.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.