Compartir a través de


(Guid, Guid, Guid) del constructor ReportingPostProjectWorkflowInformationChangedEventArgs

Crea una instancia de la clase ReportingPostProjectWorkflowInformationChangedEventArgs . se usa internamente.

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 ( _
    projectGuid As Guid, _
    crtStageUid As Guid, _
    newEptUid As Guid _
)
'Uso
Dim projectGuid As Guid
Dim crtStageUid As Guid
Dim newEptUid As Guid

Dim instance As New ReportingPostProjectWorkflowInformationChangedEventArgs(projectGuid, _
    crtStageUid, newEptUid)
public ReportingPostProjectWorkflowInformationChangedEventArgs(
    Guid projectGuid,
    Guid crtStageUid,
    Guid newEptUid
)

Parámetros

  • crtStageUid
    Tipo: System.Guid

    El GUID de la etapa actual del flujo de trabajo de proyecto.

  • newEptUid
    Tipo: System.Guid

    El GUID del nuevo tipo de proyecto de empresa.

Vea también

Referencia

clase ReportingPostProjectWorkflowInformationChangedEventArgs

Miembros ReportingPostProjectWorkflowInformationChangedEventArgs

Sobrecarga ReportingPostProjectWorkflowInformationChangedEventArgs

Espacio de nombres Microsoft.Office.Project.Server.Events