IDataCollectorHelper 接口
表示 Visual Studio Team Foundation Server 上注册的一组数据收集器的方法。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface IDataCollectorHelper
public interface IDataCollectorHelper
public interface class IDataCollectorHelper
type IDataCollectorHelper = interface end
public interface IDataCollectorHelper
IDataCollectorHelper 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Create | 创建一个 IDataCollectorInformation 对象。 | |
Find | 查找并检索被给定的统一资源标识符 (URI) 标识的数据收集器的信息。 | |
Query | 返回有关服务器上数据收集器的信息的集合。 | |
Register | 在服务器上注册多个数据收集器,由有关数据收集器的给定信息列表表示。 | |
Unregister | 从服务器中注销多个数据收集器,由有关数据收集器的给定信息列表表示。 | |
Update | 在提供的数据收集器信息对象中注册服务器上的数据。 |
页首