StatusingPreEventArgs 构造函数 (Guid, Guid)

创建类实例的StatusingPreEventArgs ;在内部使用。

命名空间:  Microsoft.Office.Project.Server.Events
程序集:  Microsoft.Office.Project.Server.Events.Receivers(位于 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

语法

声明
Public Sub New ( _
    projectID As Guid, _
    assignmentID As Guid _
)
用法
Dim projectID As Guid
Dim assignmentID As Guid

Dim instance As New StatusingPreEventArgs(projectID, _
    assignmentID)
public StatusingPreEventArgs(
    Guid projectID,
    Guid assignmentID
)

参数

  • assignmentID
    类型:System.Guid

    项目分配的 GUID。

另请参阅

引用

StatusingPreEventArgs 类

StatusingPreEventArgs 成员

StatusingPreEventArgs 重载

Microsoft.Office.Project.Server.Events 命名空间