IDataCollectorConfigurationEditor.Initialize Method

Definition

Initializes the configuration editor with a service provider and the configuration settings for a diagnostic data adapter.

public:
 void Initialize(IServiceProvider ^ serviceProvider, Microsoft::VisualStudio::TestTools::Execution::DataCollectorSettings ^ settings);
public void Initialize (IServiceProvider serviceProvider, Microsoft.VisualStudio.TestTools.Execution.DataCollectorSettings settings);
abstract member Initialize : IServiceProvider * Microsoft.VisualStudio.TestTools.Execution.DataCollectorSettings -> unit
Public Sub Initialize (serviceProvider As IServiceProvider, settings As DataCollectorSettings)

Parameters

serviceProvider
IServiceProvider

An IServiceProvider that allows the consumer to query the parent for any services that it may provide.

settings
DataCollectorSettings

A DataCollectorSettings object that has the current settings of the diagnostic data adapter.

Applies to