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

'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

Return Value

Type: Microsoft.VisualStudio.Modeling.ModelElement
the new ModelElement

.NET Framework Security

See Also

Reference

ClosureFindOrCreateAndRelateElementOperation Class

Microsoft.VisualStudio.Modeling Namespace