IExpressionEvaluationFrame インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
式評価にコンテキスト フレームを提供するワークフロー式評価コンポーネントによって実装されるインターフェイスを定義します。
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
- 属性
注釈
注意
ここでは、廃止された型と名前空間について説明します。 詳細については、「.NET 4.5 での Windows Workflow Foundation の新機能」を参照してください。
メソッド
CreateEvaluationFrame(IInstanceTable, DebugEngineCallback) |
ワークフロー式評価のスタック フレームを作成します。 |