The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestResultCounter::Item Property (TestOutcome)
Gets or sets the count for the test outcome at the specified index.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public: property int default[ TestOutcome index ] { int get(TestOutcome index); void set(TestOutcome index, int value); }
Parameters
- index
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestOutcome
One of the TestOutcome values.
Show: