Compartir a través de


Clase WorkflowSubscriptionCollection

Representa una colección de las suscripciones de flujo de trabajo de SharePoint.

Jerarquía de la herencia

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

Espacio de nombres:  Microsoft.SharePoint.WorkflowServices
Ensamblado:  Microsoft.SharePoint.WorkflowServicesBase (en Microsoft.SharePoint.WorkflowServicesBase.dll)

Sintaxis

'Declaración
<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>

Seguridad para subprocesos

Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.

Vea también

Referencia

Miembros WorkflowSubscriptionCollection

Espacio de nombres Microsoft.SharePoint.WorkflowServices