Compartilhar via


WorkflowSubscriptionCollection class

Representa uma coleção de assinaturas de fluxo de trabalho do SharePoint.

Inheritance hierarchy

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

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

WorkflowSubscriptionCollection members

Microsoft.SharePoint.WorkflowServices namespace