PexExplorationPackageAttributeBase.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:
virtual System::Object ^ BeforeExploration(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host);
protected virtual object BeforeExploration (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
abstract member BeforeExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> obj
override this.BeforeExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> obj
Protected Overridable Function BeforeExploration (host As IPexExplorationComponent) As Object
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
The host.
Returns
some data