Freigeben über


WorkflowDataFieldsCollection-Klasse

Speichert eine Auflistung WorkflowDataField Objekte.

Vererbungshierarchie

System.Object
  System.Collections.ObjectModel.Collection<WorkflowDataField>
    System.Collections.ObjectModel.KeyedCollection<String, WorkflowDataField>
      Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection

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

Syntax

'Declaration
Public Class WorkflowDataFieldsCollection _
    Inherits KeyedCollection(Of String, WorkflowDataField)
'Usage
Dim instance As WorkflowDataFieldsCollection
public class WorkflowDataFieldsCollection : KeyedCollection<string, WorkflowDataField>

Hinweise

Die Auflistung, die alle Variablen der Workflow-Feld darstellt, die der Workflow-Runtime-Umgebung zur Verfügung stehen.

Threadsicherheit

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

Siehe auch

Referenz

WorkflowDataFieldsCollection-Member

Microsoft.SharePoint.WorkflowActions-Namespace