PexPathPackageAttributeBase.BeforeRun(IPexPathComponent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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