OnWorkflowItemChanged - Classe

Définit une activité de workflow est utilisée pour répondre à l'événement ISharePointService.OnWorkflowItemChanged .

Hiérarchie d’héritage

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.Activities.HandleExternalEventActivity
        Microsoft.SharePoint.WorkflowActions.OnWorkflowItemChanged

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

Syntaxe

'Déclaration
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(OnWorkflowItemChanged), "Resources.OnWorkflowItemChanged.bmp")> _
Public NotInheritable Class OnWorkflowItemChanged _
    Inherits HandleExternalEventActivity
'Utilisation
Dim instance As OnWorkflowItemChanged
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
[ToolboxBitmapAttribute(typeof(OnWorkflowItemChanged), "Resources.OnWorkflowItemChanged.bmp")]
public sealed class OnWorkflowItemChanged : HandleExternalEventActivity

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

OnWorkflowItemChanged - Membres

Microsoft.SharePoint.WorkflowActions - Espace de noms