Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
name As String, _
storage As String _
)
'使用
Dim name As String
Dim storage As String
Dim instance As New TestRunConfiguration(name, storage)
public TestRunConfiguration(
string name,
string storage
)
public:
TestRunConfiguration(
String^ name,
String^ storage
)
public function TestRunConfiguration(
name : String,
storage : String
)
Parameters
- name
Type: System.String
- storage
Type: System.String
Permissions
- 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.