PexExplorableAttributeBase.AfterExploration(IPexExplorationComponent, Object) Methode

Definition

Rückruf, der ausgeführt wird, nachdem die Auswertung beendet wurde.

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)

Parameter

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

Der Host.

data
Object

Die Daten, die von "BeforeExploration" zurückgegeben wurden.

Gilt für