IExpressionEvaluationFrame.CreateEvaluationFrame Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria um quadro de pilha para avaliação de expressões de fluxos 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 IInstanceTable. Não utilizado.
- callback
- DebugEngineCallback
O padrão DebugEngineCallback implementado pelo tempo de execução do workflow.
Observações
Este método é invocado pelo DebugController objeto.