WorkflowInstanceCollection class
Representa a classe de coleção de instâncias de fluxo de trabalho.
Inheritance hierarchy
System.Object
System.Collections.ObjectModel.Collection<WorkflowInstance>
Microsoft.SharePoint.WorkflowServices.WorkflowInstanceCollection
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaração
<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>
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.