TestRunConfiguration Constructor (String, String)
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: String
- storage
Type: String
.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.