Partilhar via


IExpressionEvaluationFrame.CreateEvaluationFrame Método

Definição

Cria um registro de ativação para avaliação de expressão de fluxo de trabalho.

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)

Parâmetros

instanceTable
IInstanceTable

Um objeto que implementa o IInstanceTable. Não usado.

callback
DebugEngineCallback

O DebugEngineCallback padrão implementado pelo runtime de fluxo de trabalho.

Comentários

Esse método é invocado pelo DebugController objeto.

Aplica-se a