Partager via


WorkflowSubscriptionCollection - Classe

Représente une collection d'abonnements de flux de travail SharePoint.

Hiérarchie d’héritage

System.Object
  System.Collections.ObjectModel.Collection<WorkflowSubscription>
    Microsoft.SharePoint.WorkflowServices.WorkflowSubscriptionCollection

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

Syntaxe

'Déclaration
<ClientCallableTypeAttribute(Name := "WorkflowSubscriptionCollection", ServerTypeId := "{D185EDE6-C3C3-4D37-9E8C-2382DEB37707}",  _
    CollectionChildItemType := GetType(WorkflowSubscription))> _
Public Class WorkflowSubscriptionCollection _
    Inherits Collection(Of WorkflowSubscription)
'Utilisation
Dim instance As WorkflowSubscriptionCollection
[ClientCallableTypeAttribute(Name = "WorkflowSubscriptionCollection", ServerTypeId = "{D185EDE6-C3C3-4D37-9E8C-2382DEB37707}", 
    CollectionChildItemType = typeof(WorkflowSubscription))]
public class WorkflowSubscriptionCollection : Collection<WorkflowSubscription>

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

WorkflowSubscriptionCollection - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms