The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDataCollectorConfigurationEditor Interface
Provides an interface that creates custom configuration editors of diagnostic data adapters.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | Initialize(IServiceProvider^, DataCollectorSettings^) | 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. |
Show:
