共用方式為


IProjectEventReceiverRemote.OnSummaryPublishingRemote 方法

命名空間:  Microsoft.Office.Project.Server.Events
組件:  Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)

語法

'宣告
<OperationContractAttribute> _
Function OnSummaryPublishingRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As ProjectPreSummaryPublishEventArgs _
) As ProjectPreSummaryPublishEventArgs
'用途
Dim instance As IProjectEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As ProjectPreSummaryPublishEventArgs
Dim returnValue As ProjectPreSummaryPublishEventArgs

returnValue = instance.OnSummaryPublishingRemote(contextInfo, _
    eventHandlerUid, e)
[OperationContractAttribute]
ProjectPreSummaryPublishEventArgs OnSummaryPublishingRemote(
    PSContextInfo contextInfo,
    Guid eventHandlerUid,
    ProjectPreSummaryPublishEventArgs e
)

參數

傳回值

類型:Microsoft.Office.Project.Server.Events.ProjectPreSummaryPublishEventArgs

請參閱

參照

IProjectEventReceiverRemote 介面

IProjectEventReceiverRemote 成員

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