Freigeben über


SPUserCodeWorkflowActivity-Klasse

Definiert eine Workflow-Aktivität, die zum Ausführen einer Sandkastenlösung Workflowaktion verwendet wird.

Vererbungshierarchie

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

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

SPUserCodeWorkflowActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace