Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub New ( _
result As TestResult _
)
'使用
Dim result As TestResult
Dim instance As New TestResultAggregation(result)
public TestResultAggregation(
TestResult result
)
public:
TestResultAggregation(
TestResult^ result
)
public function TestResultAggregation(
result : TestResult
)
Parameters
- result
Type: Microsoft.VisualStudio.TestTools.Common.TestResult
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.