IExpressionEvaluationFrame Interfaccia

Definizione

Attenzione

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

Definisce l'interfaccia implementata dal componente di valutazione delle espressioni del flusso di lavoro che fornisce un frame di contesto per la valutazione dell'espressione.

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
Attributi

Commenti

Note

Questo materiale illustra i tipi e gli spazi dei nomi obsoleti. Per altre informazioni, vedere Deprecated Types in Windows Workflow Foundation 4.5.

Metodi

Nome Descrizione
CreateEvaluationFrame(IInstanceTable, DebugEngineCallback)
Obsoleti.

Crea uno stack frame per la valutazione dell'espressione del flusso di lavoro.

Si applica a