This documentation is archived and is not being maintained.
IRunConfigurationEditor::Initialize Method
Visual Studio 2012
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)
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: