PexRuntimeContextAttributeBase.TryCreateRuntimeContext(IPexExplorationComponent, IPexRuntimeContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht, den Laufzeitkontext zu erstellen.
protected:
abstract bool TryCreateRuntimeContext(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, [Runtime::InteropServices::Out] Microsoft::Pex::Engine::RuntimeContexts::IPexRuntimeContext ^ % context);
protected abstract bool TryCreateRuntimeContext (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, out Microsoft.Pex.Engine.RuntimeContexts.IPexRuntimeContext context);
abstract member TryCreateRuntimeContext : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * IPexRuntimeContext -> bool
Protected MustOverride Function TryCreateRuntimeContext (host As IPexExplorationComponent, ByRef context As IPexRuntimeContext) As Boolean
Parameter
- host
- Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent
Der Host.
- context
- Microsoft.Pex.Engine.RuntimeContexts.IPexRuntimeContext
Der Kontext.