次の方法で共有


ICalendarEventReceiverRemote.OnCheckingInRemote メソッド

名前空間:  Microsoft.Office.Project.Server.Events
アセンブリ:  Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)

構文

'宣言
<OperationContractAttribute> _
Function OnCheckingInRemote ( _
    contextInfo As PSContextInfo, _
    eventHandlerUid As Guid, _
    e As CalendarCheckInPreEventArgs _
) As CalendarCheckInPreEventArgs
'使用
Dim instance As ICalendarEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As CalendarCheckInPreEventArgs
Dim returnValue As CalendarCheckInPreEventArgs

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

パラメーター

戻り値

型: Microsoft.Office.Project.Server.Events.CalendarCheckInPreEventArgs

関連項目

参照先

ICalendarEventReceiverRemote インターフェイス

ICalendarEventReceiverRemote メンバー

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