Condividi tramite


PexPathPackageAttributeBase.BeforeRun(IPexPathComponent) Method

Definition

Callback that is executed before the path starts.

protected:
 abstract System::Object ^ BeforeRun(Microsoft::Pex::Engine::ComponentModel::IPexPathComponent ^ host);
protected abstract object BeforeRun (Microsoft.Pex.Engine.ComponentModel.IPexPathComponent host);
abstract member BeforeRun : Microsoft.Pex.Engine.ComponentModel.IPexPathComponent -> obj
Protected MustOverride Function BeforeRun (host As IPexPathComponent) As Object

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexPathComponent

The host.

Returns

some data

Applies to