ProjectEventReceiverServiceProxyClient.OnWssWorkspaceAddressUpdatingRemote 方法
命名空間: Microsoft.Office.Project.Server.Events
組件: Microsoft.Office.Project.Server.Events.Receivers (在 Microsoft.Office.Project.Server.Events.Receivers.dll 中)
語法
'宣告
Public Function OnWssWorkspaceAddressUpdatingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As WssWorkspaceAddressUpdatingEventArgs _
) As WssWorkspaceAddressUpdatingEventArgs
'用途
Dim instance As ProjectEventReceiverServiceProxyClient
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WssWorkspaceAddressUpdatingEventArgs
Dim returnValue As WssWorkspaceAddressUpdatingEventArgs
returnValue = instance.OnWssWorkspaceAddressUpdatingRemote(contextInfo, _
eventHandlerUid, e)
public WssWorkspaceAddressUpdatingEventArgs OnWssWorkspaceAddressUpdatingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
WssWorkspaceAddressUpdatingEventArgs e
)
參數
- contextInfo
類型:Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
類型:System.Guid
傳回值
類型:Microsoft.Office.Project.Server.Events.WssWorkspaceAddressUpdatingEventArgs
實作
請參閱
參照
ProjectEventReceiverServiceProxyClient 類別