Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
name
Type: StringThe name of the run configuration.
storage
Type: StringThe file in which this run configuration will be stored.
.NET Framework Security
- 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.