WorkflowDataFieldsCollection - Classe
Stocke une collection des objets WorkflowDataField .
Hiérarchie d’héritage
System.Object
System.Collections.ObjectModel.Collection<WorkflowDataField>
System.Collections.ObjectModel.KeyedCollection<String, WorkflowDataField>
Microsoft.SharePoint.WorkflowActions.WorkflowDataFieldsCollection
Espace de noms : Microsoft.SharePoint.WorkflowActions
Assembly : Microsoft.SharePoint.WorkflowActions (dans Microsoft.SharePoint.WorkflowActions.dll)
Syntaxe
'Déclaration
Public Class WorkflowDataFieldsCollection _
Inherits KeyedCollection(Of String, WorkflowDataField)
'Utilisation
Dim instance As WorkflowDataFieldsCollection
public class WorkflowDataFieldsCollection : KeyedCollection<string, WorkflowDataField>
Remarques
La collection qui représente toutes les variables de champ de flux de travail qui sont disponibles pour l'environnement d'exécution du flux de travail.
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.