Provides an interface that creates custom configuration editors of diagnostic data adapters.
Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
Syntax
'Declaration
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
The IDataCollectorConfigurationEditor type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | 
| .gif) | Initialize | Initializes the configuration editor with a service provider and the configuration settings for a diagnostic data adapter. | 
| .gif) | ResetToAgentDefaults | Resets the configuration editor to the default settings. | 
| .gif) | SaveData | Saves the data in the configuration editor. | 
| .gif) | VerifyData | Verifies whether any errors have occurred. Typically called by the framework before closing the data collector configuration editor. | 
Top