TestManagementService.IsSupported 方法

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

返回一个值,该值指示当前服务器是否支持测试管理服务。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Public Function IsSupported As Boolean
public bool IsSupported()
public:
virtual bool IsSupported() sealed
abstract IsSupported : unit -> bool 
override IsSupported : unit -> bool 
public final function IsSupported() : boolean

返回值

类型:System.Boolean
如果该服务器支持测试管理服务,则为 true;否则为 false。

实现

ITestManagementService.IsSupported()

.NET Framework 安全性

请参见

参考

TestManagementService 类

Microsoft.TeamFoundation.TestManagement.Client 命名空间