IExpressionEvaluationFrame.CreateEvaluationFrame Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une trame de pile pour l’évaluation des expressions de flux de travail.
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)
Paramètres
- instanceTable
- IInstanceTable
Objet qui implémente IInstanceTable. Non utilisé.
- callback
- DebugEngineCallback
Valeur par défaut DebugEngineCallback implémentée par le runtime de flux de travail.
Remarques
Cette méthode est appelée par l’objet DebugController .