del método IProjectEventReceiverRemote.OnWssWorkspaceAddressDeletingRemote
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
<OperationContractAttribute> _
Function OnWssWorkspaceAddressDeletingRemote ( _
contextInfo As PSContextInfo, _
eventHandlerUid As Guid, _
e As WssWorkspaceAddressDeletingEventArgs _
) As WssWorkspaceAddressDeletingEventArgs
'Uso
Dim instance As IProjectEventReceiverRemote
Dim contextInfo As PSContextInfo
Dim eventHandlerUid As Guid
Dim e As WssWorkspaceAddressDeletingEventArgs
Dim returnValue As WssWorkspaceAddressDeletingEventArgs
returnValue = instance.OnWssWorkspaceAddressDeletingRemote(contextInfo, _
eventHandlerUid, e)
[OperationContractAttribute]
WssWorkspaceAddressDeletingEventArgs OnWssWorkspaceAddressDeletingRemote(
PSContextInfo contextInfo,
Guid eventHandlerUid,
WssWorkspaceAddressDeletingEventArgs e
)
Parámetros
- contextInfo
Tipo: Microsoft.Office.Project.Server.Library.PSContextInfo
- eventHandlerUid
Tipo: System.Guid
Valor devuelto
Tipo: Microsoft.Office.Project.Server.Events.WssWorkspaceAddressDeletingEventArgs
Vea también
Referencia
interfaz IProjectEventReceiverRemote