IExpressionEvaluationFrame Interface

Definitie

Let op

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

Definieert de interface die wordt geïmplementeerd door het evaluatieonderdeel voor werkstroomexpressies dat een contextframe biedt voor de evaluatie van expressies.

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
Kenmerken

Opmerkingen

Note

In dit materiaal worden typen en naamruimten besproken die verouderd zijn. Zie Deprecated Types in Windows Workflow Foundation 4.5 voor meer informatie.

Methoden

Name Description
CreateEvaluationFrame(IInstanceTable, DebugEngineCallback)
Verouderd.

Hiermee maakt u een stackframe voor evaluatie van werkstroomexpressies.

Van toepassing op