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 在提供的数据收集器信息对象中注册服务器上的数据。

页首

请参见

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间