Information
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::Initialize Method (IServiceProvider^, DataCollectorSettings^)

 

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

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

void Initialize(
	IServiceProvider^ serviceProvider,
	DataCollectorSettings^ settings
)

Parameters

serviceProvider
Type: System::IServiceProvider^

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

settings
Type: Microsoft.VisualStudio.TestTools.Execution::DataCollectorSettings^

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

Return to top
Show: