PexCreatableFactoryAttributeBase.BeforeExploration Method

Definition

Callback that is executed before the exploration starts.

protected:
 override System::Object ^ BeforeExploration(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host);
protected override object BeforeExploration (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
override this.BeforeExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> obj
Protected Overrides Function BeforeExploration (host As IPexExplorationComponent) As Object

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

The host.

Returns

some data

Applies to