PexLogEventFilterAttributeBase.BeforeExecution(IPexComponent) 方法

定义

在执行开始之前执行的回调。

protected:
 override System::Object ^ BeforeExecution(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host);
protected override sealed object BeforeExecution (Microsoft.Pex.Engine.ComponentModel.IPexComponent host);
override this.BeforeExecution : Microsoft.Pex.Engine.ComponentModel.IPexComponent -> obj
Protected Overrides NotOverridable Function BeforeExecution (host As IPexComponent) As Object

参数

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent

主机。

返回

Object

某些数据

适用于