ClosureContextHelper.Resolve(Partition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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