(Guid, Guid, Guid) del constructor WorkflowRunningEventArgs
Crea una instancia de la clase WorkflowRunningEventArgs .
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public Sub New ( _
projectUid As Guid, _
enterpriseProjectTypeUid As Guid, _
workflowInstanceUid As Guid _
)
'Uso
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
)
Parámetros
projectUid
Tipo: System.GuidEl GUID del proyecto.
enterpriseProjectTypeUid
Tipo: System.GuidGUID del tipo de proyecto empresarial (EPT) utilizado para crear el proyecto.
workflowInstanceUid
Tipo: System.GuidEl GUID de una instancia de flujo de trabajo del proyecto actual.
Vea también
Referencia
clase WorkflowRunningEventArgs
Miembros WorkflowRunningEventArgs