SPWorkflowAssociationCollection.Remove-Methode (SPWorkflowAssociation)

Entfernt eine Workflowzuordnung aus der Auflistung.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Remove ( _
    association As SPWorkflowAssociation _
)
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim association As SPWorkflowAssociation

instance.Remove(association)
public void Remove(
    SPWorkflowAssociation association
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

association ist Null .

Hinweise

Diese Methode entfernt die Workflowzuordnung angegebene durch den association -Parameter aus der Auflistung.

Siehe auch

Referenz

SPWorkflowAssociationCollection Klasse

SPWorkflowAssociationCollection-Member

Remove-Überladung

Microsoft.SharePoint.Workflow-Namespace