PSEventNameMap.GetSourceName - Méthode
Obtient le nom de la source de l'événement spécifié.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Shared Function GetSourceName ( _
id As PSEventID _
) As String
'Utilisation
Dim id As PSEventID
Dim returnValue As String
returnValue = PSEventNameMap.GetSourceName(id)
public static string GetSourceName(
PSEventID id
)
Paramètres
id
Type : Microsoft.Office.Project.Server.Library.PSEventIDNuméro d'identification de l'événement.
Valeur renvoyée
Type : System.String
Le nom de la source de l'événement.
Remarques
Par exemple, l'instruction PSEventNameMap.GetSourceName(PSEventId.ProjectDeleted) renvoie la valeur "Project".