共用方式為


TeamFoundationNotificationService.GetEventTypes 方法

GetEventTypes 用來擷取伺服器註冊的事件集。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Function GetEventTypes ( _
    requestContext As TeamFoundationRequestContext, _
    toolType As String _
) As RegistrationEventType()
public RegistrationEventType[] GetEventTypes(
    TeamFoundationRequestContext requestContext,
    string toolType
)

參數

  • toolType
    類型:System.String
    選擇性:工具類型篩選。null 或 String.Empty 將傳回所有工具的事件類型。

傳回值

類型:array<Microsoft.TeamFoundation.Framework.Server.RegistrationEventType[]
所要求之工具的 EventTypes。

.NET Framework 安全性

請參閱

參考

TeamFoundationNotificationService 類別

Microsoft.TeamFoundation.Server.Core 命名空間