表示 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 类型公开以下成员。
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Create | 创建一个 IDataCollectorInformation 对象。 | 
| .gif) | Find | 查找并检索被给定的统一资源标识符 (URI) 标识的数据收集器的信息。 | 
| .gif) | Query | 返回有关服务器上数据收集器的信息的集合。 | 
| .gif) | Register | 在服务器上注册多个数据收集器,由有关数据收集器的给定信息列表表示。 | 
| .gif) | Unregister | 从服务器中注销多个数据收集器,由有关数据收集器的给定信息列表表示。 | 
| .gif) | Update | 在提供的数据收集器信息对象中注册服务器上的数据。 | 
页首