IDataCollectorHelper.Update 方法

在提供的数据收集器信息对象中注册服务器上的数据。

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

语法

声明
Sub Update ( _
    dataCollectors As IEnumerable(Of IDataCollectorInformation) _
)
void Update(
    IEnumerable<IDataCollectorInformation> dataCollectors
)
void Update(
    IEnumerable<IDataCollectorInformation^>^ dataCollectors
)
abstract Update : 
        dataCollectors:IEnumerable<IDataCollectorInformation> -> unit 
function Update(
    dataCollectors : IEnumerable<IDataCollectorInformation>
)

参数

.NET Framework 安全性

请参见

参考

IDataCollectorHelper 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间