StatusReportsEventReceiver.OnRequestCreating 方法
此成員是保留給內部使用,而不是用來直接從您的程式碼使用
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Overridable Sub OnRequestCreating ( _
contextInfo As PSContextInfo, _
e As StatusReportsPreRequestCreateEventArgs _
)
'用途
Dim instance As StatusReportsEventReceiver
Dim contextInfo As PSContextInfo
Dim e As StatusReportsPreRequestCreateEventArgs
instance.OnRequestCreating(contextInfo, _
e)
public virtual void OnRequestCreating(
PSContextInfo contextInfo,
StatusReportsPreRequestCreateEventArgs e
)
參數
contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo包含 Project Server 內容資訊。