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
屬性

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

此介面由工作流程執行引擎實作。

方法

名稱 Description
NotifyHandlerInvoked()
已淘汰.

在呼叫程式碼條件處理程序後呼叫。

NotifyHandlerInvoking(Delegate)
已淘汰.

在呼叫程式碼條件處理程序之前。

適用於