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 | 在所提供的資料收集器資訊物件中的伺服器上登錄資料。 |
回頁首