次の方法で共有


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 を指定します。

関連項目

参照先

StatusingPreEventArgs クラス

StatusingPreEventArgs メンバー

StatusingPreEventArgs オーバーロード

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