PexExplorationGoalAttributeBase.TryCreateExplorationGoal 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.
Tries to create an exploration goal instance
protected:
abstract bool TryCreateExplorationGoal(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Goals::IPexExplorationGoal ^ % goal);
protected abstract bool TryCreateExplorationGoal (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, out Microsoft.Pex.Engine.Goals.IPexExplorationGoal goal);
abstract member TryCreateExplorationGoal : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * IPexExplorationGoal -> bool
Protected MustOverride Function TryCreateExplorationGoal (host As IPexExplorationComponent, ByRef goal As IPexExplorationGoal) As Boolean
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
- goal
- Microsoft.Pex.Engine.Goals.IPexExplorationGoal