ClosureFindOrCreateAndRelateElementOperation.ResolveCreateElement Method
Resolves creating a new element in the target partition
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
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.Partitionthe 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.