IDataCollectorConfigurationEditor Interface

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
Public method Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method Initialize Initializes the configuration editor with a service provider and the configuration settings for a diagnostic data adapter.
Public method ResetToAgentDefaults Resets the configuration editor to the default settings.
Public method SaveData Saves the data in the configuration editor.
Public method VerifyData Verifies whether any errors have occurred. Typically called by the framework before closing the data collector configuration editor.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace