PSEventNameMap.GetSourceName 方法
取得指定之事件的來源名稱。
命名空間: Microsoft.Office.Project.Server.Library
組件: Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)
語法
'宣告
Public Shared Function GetSourceName ( _
id As PSEventID _
) As String
'用途
Dim id As PSEventID
Dim returnValue As String
returnValue = PSEventNameMap.GetSourceName(id)
public static string GetSourceName(
PSEventID id
)
參數
id
類型:Microsoft.Office.Project.Server.Library.PSEventID事件識別碼的編號。
傳回值
類型:System.String
事件來源名稱。
備註
例如, PSEventNameMap.GetSourceName(PSEventId.ProjectDeleted)陳述式會傳回值"Project"。