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 命名空间