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
派生
属性

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

方法

名称 说明
Diff(Object, Object)
已过时.

确定两个工作流定义之间发生的更改。

适用于