del método PSEventNameMap.GetEventName
Obtiene el nombre del evento especificado.
Espacio de nombres: Microsoft.Office.Project.Server.Library
Ensamblado: Microsoft.Office.Project.Server.Library (en Microsoft.Office.Project.Server.Library.dll)
Sintaxis
'Declaración
Public Shared Function GetEventName ( _
id As PSEventID _
) As String
'Uso
Dim id As PSEventID
Dim returnValue As String
returnValue = PSEventNameMap.GetEventName(id)
public static string GetEventName(
PSEventID id
)
Parámetros
id
Tipo: Microsoft.Office.Project.Server.Library.PSEventIDEl número de identificación del evento.
Valor devuelto
Tipo: System.String
El nombre del evento.
Comentarios
Por ejemplo, la instrucción PSEventNameMap.GetEventName(PSEventId.ProjectDeleted) devuelve el valor "Deleted".