PexExplorableAttributeBase.TryCreateExplorable(IPexComponent, IPexExplorable) Methode

Definition

Erstellt die Instanz des auswertbaren Objekts

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

Parameter

host
Microsoft.Pex.Engine.ComponentModel.IPexComponent

Der Host.

explorable
Microsoft.Pex.Engine.Explorable.IPexExplorable

Das auswertbare Objekt.

Gibt zurück

Boolean

Gilt für