RunConfiguration(TestRun) Constructor

Definition

Initializes a new RunConfiguration object with a new TestRun.

public:
 RunConfiguration(Microsoft::VisualStudio::TestTools::Common::TestRun ^ testRun);
public RunConfiguration (Microsoft.VisualStudio.TestTools.Common.TestRun testRun);
new Microsoft.VisualStudio.TestTools.Execution.RunConfiguration : Microsoft.VisualStudio.TestTools.Common.TestRun -> Microsoft.VisualStudio.TestTools.Execution.RunConfiguration
Public Sub New (testRun As TestRun)

Parameters

testRun
TestRun

The TestRun to use to initialize this RunConfiguration.

Applies to