IWorkflowChangeDiff インターフェイス

定義

注意事項

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

ワークフロー変更のマイニングをサポートします。

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

注釈

Note

この資料では、古い型と名前空間について説明します。 詳細については、「Windows Workflow Foundation 4.5 のDeprecated 型」を参照してください。

メソッド

名前 説明
Diff(Object, Object)
古い.

2 つのワークフロー定義の間で発生した変更を決定します。

適用対象