PexExplorationPackageAttributeBase.IPexExplorationPackage.BeforeExploration 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.
virtual System::Object ^ Microsoft.Pex.Engine.Packages.IPexExplorationPackage.BeforeExploration(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host) = Microsoft::Pex::Engine::Packages::IPexExplorationPackage::BeforeExploration;
object IPexExplorationPackage.BeforeExploration (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host);
abstract member Microsoft.Pex.Engine.Packages.IPexExplorationPackage.BeforeExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> obj
override this.Microsoft.Pex.Engine.Packages.IPexExplorationPackage.BeforeExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent -> obj
Function BeforeExploration (host As IPexExplorationComponent) As Object Implements IPexExplorationPackage.BeforeExploration
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
Returns
Implements
Microsoft.Pex.Engine.Packages.IPexExplorationPackage.BeforeExploration(Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent)