Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
total As Integer _
)
'使用
Dim total As Integer
Dim instance As New TestResultCounter(total)
public TestResultCounter(
int total
)
public:
TestResultCounter(
int total
)
public function TestResultCounter(
total : int
)
Parameters
- total
Type: System.Int32
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.