ClosureFindOrCreateAndRelateElementOperation.ResolveCreateElement Method

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Protected Function ResolveCreateElement ( _
    targetPartition As Partition _
) As ModelElement
'使用
Dim targetPartition As Partition
Dim returnValue As ModelElement

returnValue = Me.ResolveCreateElement(targetPartition)
protected ModelElement ResolveCreateElement(
    Partition targetPartition
)
protected:
ModelElement^ ResolveCreateElement(
    Partition^ targetPartition
)
protected function ResolveCreateElement(
    targetPartition : Partition
) : ModelElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.ModelElement

Permissions

See Also

Reference

ClosureFindOrCreateAndRelateElementOperation Class

ClosureFindOrCreateAndRelateElementOperation Members

Microsoft.VisualStudio.Modeling Namespace