SPContentType.RemoveWorkflowAssociation 方法

请注意:此 API 现在已过时。

使用WorkflowAssociations.Remove方法。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<ObsoleteAttribute("Use WorkflowAssociations.Remove() instead")> _
Public Sub RemoveWorkflowAssociation ( _
    workflowAssociation As SPWorkflowAssociation _
)
用法
Dim instance As SPContentType
Dim workflowAssociation As SPWorkflowAssociation

instance.RemoveWorkflowAssociation(workflowAssociation)
[ObsoleteAttribute("Use WorkflowAssociations.Remove() instead")]
public void RemoveWorkflowAssociation(
    SPWorkflowAssociation workflowAssociation
)

参数

另请参阅

引用

SPContentType 类

SPContentType 成员

Microsoft.SharePoint 命名空间

WorkflowAssociations