IExpressionEvaluationFrame.CreateEvaluationFrame Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.