PexExplorationPackageAttributeBase.AfterExploration(IPexExplorationComponent, Object) Метод

Определение

Обратный вызов, который выполняется после завершения просмотра.

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

Параметры

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

Основное приложение.

data
Object

Данные, возвращенные BeforeExploration.

Применяется к