PexCreatableFactoryAttributeBase.TryCreateCreatableFactory 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.
Creates the explorable guesser.
protected:
abstract bool TryCreateCreatableFactory(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Creatable::IPexCreatableFactory ^ % factory);
protected abstract bool TryCreateCreatableFactory (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, out Microsoft.Pex.Engine.Creatable.IPexCreatableFactory factory);
abstract member TryCreateCreatableFactory : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * IPexCreatableFactory -> bool
Protected MustOverride Function TryCreateCreatableFactory (host As IPexExplorationComponent, ByRef factory As IPexCreatableFactory) As Boolean
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
The host.
- factory
- Microsoft.Pex.Engine.Creatable.IPexCreatableFactory
The factory.