Share via


TestRunConfiguration Constructor (String, String)

Initializes a new instance of the TestRunConfiguration class by using the name and storage information of the test run configuration.

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

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    storage As String _
)
public TestRunConfiguration(
    string name,
    string storage
)
public:
TestRunConfiguration(
    String^ name, 
    String^ storage
)
new : 
        name:string * 
        storage:string -> TestRunConfiguration
public function TestRunConfiguration(
    name : String, 
    storage : String
)

Parameters

  • storage
    Type: System.String
    The file in which this run configuration will be stored.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

TestRunConfiguration Overload

Microsoft.VisualStudio.TestTools.Common Namespace