IExpressionEvaluationFrame Schnittstelle

Definition

Achtung

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Definiert die Schnittstelle, die von der Workflowausdrucksauswertungskomponente implementiert wird, die einen Kontextframe für die Ausdrucksauswertung bereitstellt.

public interface class IExpressionEvaluationFrame
public interface IExpressionEvaluationFrame
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IExpressionEvaluationFrame
type IExpressionEvaluationFrame = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IExpressionEvaluationFrame = interface
Public Interface IExpressionEvaluationFrame
Attribute

Hinweise

Note

In diesem Material werden Typen und Namespaces erläutert, die veraltet sind. Weitere Informationen finden Sie unter Deprecated Types in Windows Workflow Foundation 4.5.

Methoden

Name Beschreibung
CreateEvaluationFrame(IInstanceTable, DebugEngineCallback)
Veraltet.

Erstellt einen Stapelframe für die Auswertung von Workflowausdrücken.

Gilt für: