PexExplorableGuesserAttributeBase.AfterExecution(IPexComponent, 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'exécution.
protected:
override void AfterExecution(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, System::Object ^ data);
protected override sealed void AfterExecution (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, object data);
override this.AfterExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent * obj -> unit
Protected Overrides NotOverridable Sub AfterExecution (host As IPexComponent, data As Object)
Paramètres
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
Hôte.
- data
- Object
Données retournées par BeforeExecution(IPexComponent).