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
)
參數
projectID
類型:System.Guid專案的 GUID。
assignmentID
類型:System.Guid專案工作分派的 GUID。