Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
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);
}

Property Value

Type: System::Int32

The count for the test outcome at the specified index.

Return to top
Show: