WorkflowDefinitionCollection - Classe

Représente une collection d'objets WorkflowDefinition.

Hiérarchie d’héritage

System.Object
  System.Collections.ObjectModel.Collection<WorkflowDefinition>
    Microsoft.SharePoint.WorkflowServices.WorkflowDefinitionCollection

Espace de noms :  Microsoft.SharePoint.WorkflowServices
Assembly :  Microsoft.SharePoint.WorkflowServicesBase (dans Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntaxe

'Déclaration
<ClientCallableTypeAttribute(Name := "WorkflowDefinitionCollection", ServerTypeId := "{66f013c8-f126-4f84-bc22-8fd0e9a3e7d3}",  _
    CollectionChildItemType := GetType(WorkflowDefinition))> _
Public Class WorkflowDefinitionCollection _
    Inherits Collection(Of WorkflowDefinition)
'Utilisation
Dim instance As WorkflowDefinitionCollection
[ClientCallableTypeAttribute(Name = "WorkflowDefinitionCollection", ServerTypeId = "{66f013c8-f126-4f84-bc22-8fd0e9a3e7d3}", 
    CollectionChildItemType = typeof(WorkflowDefinition))]
public class WorkflowDefinitionCollection : Collection<WorkflowDefinition>

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.

Voir aussi

Référence

WorkflowDefinitionCollection - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms