WorkflowRunningEventArgs 建構函式 (Guid, Guid, Guid)
會建立WorkflowRunningEventArgs類別的執行個體。
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Sub New ( _
projectUid As Guid, _
enterpriseProjectTypeUid As Guid, _
workflowInstanceUid As Guid _
)
'用途
Dim projectUid As Guid
Dim enterpriseProjectTypeUid As Guid
Dim workflowInstanceUid As Guid
Dim instance As New WorkflowRunningEventArgs(projectUid, _
enterpriseProjectTypeUid, workflowInstanceUid)
public WorkflowRunningEventArgs(
Guid projectUid,
Guid enterpriseProjectTypeUid,
Guid workflowInstanceUid
)
參數
projectUid
類型:System.Guid專案的 GUID。
enterpriseProjectTypeUid
類型:System.Guid用來建立專案的企業專案類型 (EPT) 之 GUID。
workflowInstanceUid
類型:System.Guid工作流程執行個體目前專案的 GUID。