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
association
Typ: Microsoft.SharePoint.Workflow.SPWorkflowAssociationDie Workflowzuordnung aus dieser Auflistung entfernt werden.
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