SPWorkflowCollection.Item - Propriété (Guid)

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 ( _
    instanceId As Guid _
) As SPWorkflow
    Get
'Utilisation
Dim instance As SPWorkflowCollection
Dim instanceId As Guid
Dim value As SPWorkflow

value = instance(instanceId)
public SPWorkflow this[
    Guid instanceId
] { get; }

Paramètres

  • instanceId
    Type : System.Guid

    ID de l'instance de workflow.

Valeur de propriété

Type : Microsoft.SharePoint.Workflow.SPWorkflow
Objet SPWorkflow qui représente l'instance de workflow.

Voir aussi

Référence

SPWorkflowCollection classe

SPWorkflowCollection - Membres

Item - Surcharge

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