SPWorkflowCollection.Item - Propriété (Int32)
Obtient l'instance de workflow 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 SPWorkflow
Get
'Utilisation
Dim instance As SPWorkflowCollection
Dim index As Integer
Dim value As SPWorkflow
value = instance(index)
public SPWorkflow this[
int index
] { get; }
Paramètres
index
Type : System.Int32L'index de l'instance de workflow dans la collection.
Valeur de propriété
Type : Microsoft.SharePoint.Workflow.SPWorkflow
Objet SPWorkflow qui représente l'instance de workflow.
Voir aussi
Référence
SPWorkflowCollection - Membres
Microsoft.SharePoint.Workflow - Espace de noms
Autres ressources
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview