Compartilhar via


SPWorkflowCollection class

Representa uma coleção de instâncias de fluxo de trabalho.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.Workflow.SPWorkflowCollection

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflowCollection _
    Inherits SPBaseCollection
'Uso
Dim instance As SPWorkflowCollection
[SubsetCallableTypeAttribute]
public sealed class SPWorkflowCollection : SPBaseCollection

Comentários

Cada objeto SPWorkflow contém membros que retornam informações sobre a instância de fluxo de trabalho, como se o fluxo de trabalho foi concluído, seu estado interno e sua lista de histórico de fluxo de trabalho.

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

SPWorkflowCollection members

Microsoft.SharePoint.Workflow namespace

Outros recursos

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview