Partager via


SPWorkflowTaskCollection.Item - Propriété (Int32)

Obtient la tâche de flux de travail 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 SPWorkflowTask
    Get
'Utilisation
Dim instance As SPWorkflowTaskCollection
Dim index As Integer
Dim value As SPWorkflowTask

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

Paramètres

  • index
    Type : System.Int32

    L'index de la tâche de flux de travail dans la collection.

Valeur de propriété

Type : Microsoft.SharePoint.Workflow.SPWorkflowTask
Objet SPWorkflowTask qui représente la tâche de flux de travail.

Voir aussi

Référence

SPWorkflowTaskCollection classe

SPWorkflowTaskCollection - Membres

Item - Surcharge

Microsoft.SharePoint.Workflow - Espace de noms