This documentation is archived and is not being maintained.

IRunConfigurationEditor::Initialize Method

Initializes this configuration editor by using objects from the testing framework.

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

void Initialize(
	IServiceProvider^ serviceProvider, 
	TestRun^ run
)

Parameters

serviceProvider
Type: System::IServiceProvider

An Microsoft.VisualStudio.OLE.Interop::IServiceProvider object that is the interface with the testing framework.

run
Type: Microsoft.VisualStudio.TestTools.Common::TestRun

The TestRun object to be configured.

Show: