StatusDelegateTaskPreEventArgs - Constructeur (, DateTime, String)
Crée une instance de la classe StatusDelegateTaskPreEventArgs ; 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 ( _
assignmentDataSet As DelegationDataSet, _
startdate As DateTime, _
comment As String _
)
'Utilisation
Dim assignmentDataSet As DelegationDataSet
Dim startdate As DateTime
Dim comment As String
Dim instance As New StatusDelegateTaskPreEventArgs(assignmentDataSet, _
startdate, comment)
public StatusDelegateTaskPreEventArgs(
DelegationDataSet assignmentDataSet,
DateTime startdate,
string comment
)
Paramètres
assignmentDataSet
Type : DelegationDataSetUn ensemble de données qui contient des informations sur les affectations de délégué.
startdate
Type : System.DateTimeDate de début de la délégation d'une tâche.
comment
Type : System.StringLe commentaire à envoyer avec une délégation de tâche.
Voir aussi
Référence
StatusDelegateTaskPreEventArgs classe
StatusDelegateTaskPreEventArgs - Membres