IWorkflowDebuggerService 介面

定義

警告

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

通知工作流程偵錯工具已發生程式碼條件評估事件。

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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

這個介面由工作流程執行階段引擎實作。

方法

NotifyHandlerInvoked()

在叫用 (Invoke) 程式碼條件處理常式後呼叫。

NotifyHandlerInvoking(Delegate)

在叫用程式碼條件處理常式前呼叫。

適用於