Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates an instance of the StatusingPreApplyEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
projectID As Guid, _
acceptedAssignments As Guid(), _
rejectedAssignments As Guid() _
)
'Usage
Dim projectID As Guid
Dim acceptedAssignments As Guid()
Dim rejectedAssignments As Guid()
Dim instance As New StatusingPreApplyEventArgs(projectID, _
acceptedAssignments, rejectedAssignments)
public StatusingPreApplyEventArgs(
Guid projectID,
Guid[] acceptedAssignments,
Guid[] rejectedAssignments
)
Parameters
- projectID
Type: System.Guid
The GUID of the project.
- acceptedAssignments
Type: []
A collection of the GUIDs that represent resource task assignments that are to be accepted.
- rejectedAssignments
Type: []
A collection of the GUIDs that represent resource task assignments that can be considered for rejection.
See Also
Reference
StatusingPreApplyEventArgs Class