OnWorkflowModified class
Define uma atividade de fluxo de trabalho que é usada para responder a eventos Microsoft SharePoint Foundation gera quando um usuário envia um formulário de modificação do fluxo de trabalho.
Inheritance hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.HandleExternalEventActivity
Microsoft.SharePoint.WorkflowActions.OnWorkflowModified
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaração
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(OnWorkflowModified), "Resources.OnWorkflowModified.bmp")> _
Public NotInheritable Class OnWorkflowModified _
Inherits HandleExternalEventActivity
'Uso
Dim instance As OnWorkflowModified
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
[ToolboxBitmapAttribute(typeof(OnWorkflowModified), "Resources.OnWorkflowModified.bmp")]
public sealed class OnWorkflowModified : HandleExternalEventActivity
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Ver também
Referência
Microsoft.SharePoint.WorkflowActions namespace
Outros recursos
Workflow Activities for Windows SharePoint Services Overview