Partager via


SPUserCodeWorkflowActivity - Classe

Définit une activité de flux de travail qui est utilisée pour exécuter une action de workflow solution bac à sable .

Hiérarchie d’héritage

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        Microsoft.SharePoint.WorkflowActions.SPUserCodeWorkflowActivity

Espace de noms :  Microsoft.SharePoint.WorkflowActions
Assembly :  Microsoft.SharePoint.WorkflowActions (dans Microsoft.SharePoint.WorkflowActions.dll)

Syntaxe

'Déclaration
<ActivityValidatorAttribute(GetType(SPUserCodeWorkflowActivityValidator))> _
Public Class SPUserCodeWorkflowActivity _
    Inherits CompositeActivity _
    Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs)
'Utilisation
Dim instance As SPUserCodeWorkflowActivity
[ActivityValidatorAttribute(typeof(SPUserCodeWorkflowActivityValidator))]
public class SPUserCodeWorkflowActivity : CompositeActivity, 
    IActivityEventListener<ActivityExecutionStatusChangedEventArgs>

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SPUserCodeWorkflowActivity - Membres

Microsoft.SharePoint.WorkflowActions - Espace de noms