共用方式為


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 確認是否發生任何錯誤。通常由架構在關閉資料收集器組態編輯器之前呼叫。

回頁首

請參閱

參考

Microsoft.VisualStudio.TestTools.Execution 命名空間