PexPreparableAttributeBase.TryCreatePreparableDefinition 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 preparable instance
protected:
abstract bool TryCreatePreparableDefinition(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Preparable::IPexPreparableDefinition ^ % preparable);
protected abstract bool TryCreatePreparableDefinition (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, out Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition preparable);
abstract member TryCreatePreparableDefinition : Microsoft.Pex.Engine.ComponentModel.IPexComponent * IPexPreparableDefinition -> bool
Protected MustOverride Function TryCreatePreparableDefinition (host As IPexComponent, ByRef preparable As IPexPreparableDefinition) As Boolean
Parameters
- host
- Microsoft.Pex.Engine.ComponentModel.IPexComponent
The host.
- preparable
- Microsoft.Pex.Engine.Preparable.IPexPreparableDefinition
The preparable.