Partager via


StatusCreateTaskPreEventArgs - Constructeur (String, Guid, Guid, Guid, Guid, DateTime, DateTime, String)

Crée une instance de la classe StatusCreateTaskPreEventArgs ; utilisé en interne.

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 ( _
    taskname As String, _
    projectguid As Guid, _
    sumtaskguid As Guid, _
    taskguid As Guid, _
    assnguid As Guid, _
    startdate As DateTime, _
    finishdate As DateTime, _
    comment As String _
)
'Utilisation
Dim taskname As String
Dim projectguid As Guid
Dim sumtaskguid As Guid
Dim taskguid As Guid
Dim assnguid As Guid
Dim startdate As DateTime
Dim finishdate As DateTime
Dim comment As String

Dim instance As New StatusCreateTaskPreEventArgs(taskname, _
    projectguid, sumtaskguid, taskguid, _
    assnguid, startdate, finishdate, _
    comment)
public StatusCreateTaskPreEventArgs(
    string taskname,
    Guid projectguid,
    Guid sumtaskguid,
    Guid taskguid,
    Guid assnguid,
    DateTime startdate,
    DateTime finishdate,
    string comment
)

Paramètres

  • sumtaskguid
    Type : System.Guid

    Le GUID de la tâche récapitulative (phase).

  • taskguid
    Type : System.Guid

    Le GUID de la tâche créée.

  • assnguid
    Type : System.Guid

    Le GUID de l'affectation d'une ressource à une tâche.

  • startdate
    Type : System.DateTime

    La date de début du travail effectué pour la tâche.

  • finishdate
    Type : System.DateTime

    La date de fin du travail effectué pour la tâche.

  • comment
    Type : System.String

    Le commentaire à envoyer avec une affectation de tâche.

Voir aussi

Référence

StatusCreateTaskPreEventArgs classe

StatusCreateTaskPreEventArgs - Membres

StatusCreateTaskPreEventArgs - Surcharge

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