Partager via


WorkflowRunningEventArgs - Constructeur (Guid, Guid, Guid)

Crée une instance de la classe WorkflowRunningEventArgs .

Espace de noms :  Microsoft.Office.Project.Server.Events
Assembly :  Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    projectUid As Guid, _
    enterpriseProjectTypeUid As Guid, _
    workflowInstanceUid As Guid _
)
'Utilisation
Dim projectUid As Guid
Dim enterpriseProjectTypeUid As Guid
Dim workflowInstanceUid As Guid

Dim instance As New WorkflowRunningEventArgs(projectUid, _
    enterpriseProjectTypeUid, workflowInstanceUid)
public WorkflowRunningEventArgs(
    Guid projectUid,
    Guid enterpriseProjectTypeUid,
    Guid workflowInstanceUid
)

Paramètres

  • enterpriseProjectTypeUid
    Type : System.Guid

    Le GUID du type de projet entreprise (TPE) utilisé pour créer le projet.

  • workflowInstanceUid
    Type : System.Guid

    Le GUID d'une instance de flux de travail du projet actif.

Voir aussi

Référence

WorkflowRunningEventArgs classe

WorkflowRunningEventArgs - Membres

WorkflowRunningEventArgs - Surcharge

Microsoft.Office.Project.Server.Events - Espace de noms