PexExplorableFromFactoriesAttributeBase.BeforeExploration 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.
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