StatusingPostEventArgs 构造函数 (Guid, Guid)

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

命名空间:  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 StatusingPostEventArgs(projectID, _
    assignmentID)
public StatusingPostEventArgs(
    Guid projectID,
    Guid assignmentID
)

参数

  • assignmentID
    类型:System.Guid

    项目分配的 GUID。

另请参阅

引用

StatusingPostEventArgs 类

StatusingPostEventArgs 成员

StatusingPostEventArgs 重载

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