ClosureContextHelper.Resolve(Partition) Method

Definition

Called to resolve the operation

public:
 bool Resolve(Microsoft::VisualStudio::Modeling::Partition ^ targetPartition);
public bool Resolve (Microsoft.VisualStudio.Modeling.Partition targetPartition);
member this.Resolve : Microsoft.VisualStudio.Modeling.Partition -> bool
Public Function Resolve (targetPartition As Partition) As Boolean

Parameters

targetPartition
Partition

the containing partition

Returns

true when successful, false otherwise

Applies to