PexPreparableAttributeBase.AfterExploration(IPexExplorationComponent, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.