Compartir a través de


Clase WorkflowInstanceCollection

Representa la clase de colección para instancias de flujo de trabajo.

Jerarquía de la herencia

System.Object
  System.Collections.ObjectModel.Collection<WorkflowInstance>
    Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection

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

Sintaxis

'Declaración
<ClientCallableTypeAttribute(Name := "WorkflowInstanceCollection", ServerTypeId := "{aec0fe18-f5e5-4c65-a9d3-550b4169b1bb}",  _
    CollectionChildItemType := GetType(WorkflowInstance))> _
Public Class WorkflowInstanceCollection _
    Inherits Collection(Of WorkflowInstance)
'Uso
Dim instance As WorkflowInstanceCollection
[ClientCallableTypeAttribute(Name = "WorkflowInstanceCollection", ServerTypeId = "{aec0fe18-f5e5-4c65-a9d3-550b4169b1bb}", 
    CollectionChildItemType = typeof(WorkflowInstance))]
public class WorkflowInstanceCollection : Collection<WorkflowInstance>

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 WorkflowInstanceCollection

Espacio de nombres Microsoft.SharePoint.WorkflowServices