共用方式為


ResourceDeactivatePostEventArgs Constructor

Creates an instance of the ResourceDeactivatePostEventArgs 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 ( _
    resources As Guid() _
)
'Usage
Dim resources As Guid()

Dim instance As New ResourceDeactivatePostEventArgs(resources)
public ResourceDeactivatePostEventArgs(
    Guid[] resources
)

Parameters

  • resources
    Type: []
    A collection of the resource GUIDs that are associated with a project.

See Also

Reference

ResourceDeactivatePostEventArgs Class

ResourceDeactivatePostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace