Sdílet prostřednictvím


IExpressionEvaluationFrame.CreateEvaluationFrame Metoda

Definice

Vytvoří rámec zásobníku pro vyhodnocení výrazu pracovního postupu.

public:
 void CreateEvaluationFrame(System::Workflow::Runtime::DebugEngine::IInstanceTable ^ instanceTable, System::Workflow::Runtime::DebugEngine::DebugEngineCallback ^ callback);
public void CreateEvaluationFrame (System.Workflow.Runtime.DebugEngine.IInstanceTable instanceTable, System.Workflow.Runtime.DebugEngine.DebugEngineCallback callback);
abstract member CreateEvaluationFrame : System.Workflow.Runtime.DebugEngine.IInstanceTable * System.Workflow.Runtime.DebugEngine.DebugEngineCallback -> unit
Public Sub CreateEvaluationFrame (instanceTable As IInstanceTable, callback As DebugEngineCallback)

Parametry

instanceTable
IInstanceTable

Objekt, který implementuje IInstanceTable . Nepoužívá se.

callback
DebugEngineCallback

Výchozí je DebugEngineCallback implementováno modulem runtime pracovního postupu.

Poznámky

Tato metoda je vyvolána DebugController objektem.

Platí pro