共用方式為


PexExplorationPackageAttributeBase.BeforeExploration Method

Definition

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

Applies to