共用方式為


PexAssertionFilterAttributeBase.AfterExploration Method

Definition

Method for After Exploration actions.

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)

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
data
Object

Applies to