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