PexExplorationGoalAttributeBase.TryCreateExplorationGoal Method

Definition

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

Returns

Applies to