IExpressionEvaluationFrame Interfejs

Definicja

Uwaga

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

Definiuje interfejs implementowany przez składnik oceny wyrażeń przepływu pracy, który udostępnia ramkę kontekstową do oceny wyrażeń.

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
Atrybuty

Uwagi

Note

W tym materiale omówiono typy i przestrzenie nazw, które są przestarzałe. Aby uzyskać więcej informacji, zobacz Deprecated Types in Windows Workflow Foundation 4.5.

Metody

Nazwa Opis
CreateEvaluationFrame(IInstanceTable, DebugEngineCallback)
Przestarzałe.

Tworzy ramkę stosu na potrzeby oceny wyrażeń przepływu pracy.

Dotyczy