TestResultAggregation Constructor (TestResultAggregation)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Protected Sub New ( _
other As TestResultAggregation _
)
protected TestResultAggregation(
TestResultAggregation other
)
protected:
TestResultAggregation(
TestResultAggregation^ other
)
new :
other:TestResultAggregation -> TestResultAggregation
protected function TestResultAggregation(
other : TestResultAggregation
)
Parameters
other
Type: Microsoft.VisualStudio.TestTools.Common.TestResultAggregationA TestResultAggregation object.
Remarks
Used by the Clone method.
.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.
See Also
Reference
TestResultAggregation Overload