共用方式為


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
)

參數

  • enterpriseProjectTypeUid
    類型:System.Guid

    用來建立專案的企業專案類型 (EPT) 之 GUID。

  • workflowInstanceUid
    類型:System.Guid

    工作流程執行個體目前專案的 GUID。

請參閱

參照

WorkflowRunningEventArgs 類別

WorkflowRunningEventArgs 成員

WorkflowRunningEventArgs 多載

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