SPWorkflowCollection.GetInstanceIds - Méthode

Obtient une collection de GUID pour les instances de flux de travail dans la collection.

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

Syntaxe

'Déclaration
Public Function GetInstanceIds As Collection(Of Guid)
'Utilisation
Dim instance As SPWorkflowCollection
Dim returnValue As Collection(Of Guid)

returnValue = instance.GetInstanceIds()
public Collection<Guid> GetInstanceIds()

Valeur renvoyée

Type : System.Collections.ObjectModel.Collection<Guid>
Une collection de GUID qui représentent les ID des instances de flux de travail dans la collection.

Voir aussi

Référence

SPWorkflowCollection classe

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