Compartilhar via


SPWorkflowAssociationCollection class

Representa as associações de fluxo de trabalho em uma lista de SharePoint 2010 .

Inheritance hierarchy

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

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

Syntax

'Declaração
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "WorkflowAssociationCollection", ServerTypeId := "{4e1196ea-ce71-4aa9-b3c0-3f8da05deec9}",  _
    CollectionIndexerMethodClientName := "GetById", CollectionChildItemType := GetType(SPWorkflowAssociation))> _
Public MustInherit Class SPWorkflowAssociationCollection _
    Inherits SPBaseCollection
'Uso
Dim instance As SPWorkflowAssociationCollection
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "WorkflowAssociationCollection", ServerTypeId = "{4e1196ea-ce71-4aa9-b3c0-3f8da05deec9}", 
    CollectionIndexerMethodClientName = "GetById", CollectionChildItemType = typeof(SPWorkflowAssociation))]
public abstract class SPWorkflowAssociationCollection : SPBaseCollection

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

SPWorkflowAssociationCollection members

Microsoft.SharePoint.Workflow namespace