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
- targetPartition
Type: Microsoft.VisualStudio.Modeling.Partition
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
Permissions
- 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.
See Also
Reference
ClosureFindOrCreateAndRelateElementOperation Class