IDataCollectorConfigurationEditor 介面
提供用於建立診斷資料配接器之自訂組態編輯器的介面。
命名空間: Microsoft.VisualStudio.TestTools.Execution
組件: Microsoft.VisualStudio.QualityTools.ExecutionCommon (在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
語法
'宣告
Public Interface IDataCollectorConfigurationEditor _
Inherits IDisposable
public interface IDataCollectorConfigurationEditor : IDisposable
public interface class IDataCollectorConfigurationEditor : IDisposable
type IDataCollectorConfigurationEditor =
interface
interface IDisposable
end
public interface IDataCollectorConfigurationEditor extends IDisposable
IDataCollectorConfigurationEditor 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Dispose | 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。 | |
Initialize | 使用服務提供者和診斷資料配接器組態設定,初始化組態編輯器。 | |
ResetToAgentDefaults | 將組態編輯器重設為預設值。 | |
SaveData | 儲存組態編輯器中的資料。 | |
VerifyData | 確認是否發生任何錯誤。通常由架構在關閉資料收集器組態編輯器之前呼叫。 |
回頁首