ClosureContextHelper.Resolve Method

Called to resolve the operation

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

Syntax

'Declaration
Public Function Resolve ( _
    targetPartition As Partition _
) As Boolean
public bool Resolve(
    Partition targetPartition
)
public:
bool Resolve(
    Partition^ targetPartition
)
member Resolve : 
        targetPartition:Partition -> bool
public function Resolve(
    targetPartition : Partition
) : boolean

Parameters

Return Value

Type: Boolean
true when successful, false otherwise

.NET Framework Security

See Also

Reference

ClosureContextHelper Class

Microsoft.VisualStudio.Modeling Namespace