Partager via


SPWorkflowAssociationCollection.Item - Propriété (Int32)

Obtient l'association de flux de travail à l'index spécifié.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SPWorkflowAssociation
    Get
'Utilisation
Dim instance As SPWorkflowAssociationCollection
Dim index As Integer
Dim value As SPWorkflowAssociation

value = instance(index)
public SPWorkflowAssociation this[
    int index
] { get; }

Paramètres

  • index
    Type : System.Int32

    L'index de l'association de flux de travail dans la collection.

Valeur de propriété

Type : Microsoft.SharePoint.Workflow.SPWorkflowAssociation
SPWorkflowAssociation qui représente l'association de flux de travail spécifié.

Voir aussi

Référence

SPWorkflowAssociationCollection classe

SPWorkflowAssociationCollection - Membres

Item - Surcharge

Microsoft.SharePoint.Workflow - Espace de noms