Freigeben über


SharePointSequentialWorkflowActivity-Klasse

Stellt einen -Workflow, der Aktivitäten sequenziell ausgeführt wird.

Vererbungshierarchie

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          System.Workflow.Activities.SequentialWorkflowActivity
            Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowActivity

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

Syntax

'Declaration
Public Class SharePointSequentialWorkflowActivity _
    Inherits SequentialWorkflowActivity
'Usage
Dim instance As SharePointSequentialWorkflowActivity
public class SharePointSequentialWorkflowActivity : SequentialWorkflowActivity

Hinweise

Wenn diese Aktivität mit dem Windows Workflow Foundation -Designer in Visual Studio verwendet wird, werden die Visual Studio-Toolbox Aktivitäten hinzugefügt.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

SharePointSequentialWorkflowActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace