Freigeben über


AddArrayIntoArrayListActivity-Klasse

Definiert eine Workflow-Aktivität, mit der ein ArrayList -Objekt an das Ende eines anderen angegebenen ArrayList -Objekts anfügen.

Vererbungshierarchie

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.AddArrayIntoArrayListActivity

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

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(AddArrayIntoArrayListActivityValidator))> _
Public Class AddArrayIntoArrayListActivity _
    Inherits Activity
'Usage
Dim instance As AddArrayIntoArrayListActivity
[ActivityValidatorAttribute(typeof(AddArrayIntoArrayListActivityValidator))]
public class AddArrayIntoArrayListActivity : Activity

Threadsicherheit

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

Siehe auch

Referenz

AddArrayIntoArrayListActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace