共用方式為


PexExplorableAttributeBase.TryCreateExplorable Method

Definition

Creates the explorable instance

protected:
 abstract bool TryCreateExplorable(Microsoft::Pex::Engine::ComponentModel::IPexComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::Explorable::IPexExplorable ^ % explorable);
protected abstract bool TryCreateExplorable (Microsoft.Pex.Engine.ComponentModel.IPexComponent host, out Microsoft.Pex.Engine.Explorable.IPexExplorable explorable);
abstract member TryCreateExplorable : Microsoft.Pex.Engine.ComponentModel.IPexComponent * IPexExplorable -> bool
Protected MustOverride Function TryCreateExplorable (host As IPexComponent, ByRef explorable As IPexExplorable) As Boolean

Parameters

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent

The host.

explorable
Microsoft.Pex.Engine.Explorable.IPexExplorable

The explorable.

Returns

Applies to