PexPreparableAttributeBase.AfterExploration(IPexExplorationComponent, Object) Méthode

Définition

Rappel exécuté après la fin de l'exploration.

protected:
 override void AfterExploration(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, System::Object ^ data);
protected override sealed void AfterExploration (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, object data);
override this.AfterExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * obj -> unit
Protected Overrides NotOverridable Sub AfterExploration (host As IPexExplorationComponent, data As Object)

Paramètres

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

Hôte.

data
Object

Données retournées par BeforeExploration.

S’applique à