Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() |
Initialize | Initializes the configuration editor with a service provider and the configuration settings for a diagnostic data adapter. |
![]() |
ResetToAgentDefaults | Resets the configuration editor to the default settings. |
![]() |
SaveData | Saves the data in the configuration editor. |
![]() |
VerifyData | Verifies whether any errors have occurred. Typically called by the framework before closing the data collector configuration editor. |
Top