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.

TestResultAggregation::CurrentTestIndex Property

 

Represents the index of the current test result in the array of test results, if this is an intermediate result instead of a final result.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property int CurrentTestIndex {
	int get();
}

Property Value

Type: System::Int32

The index of the current test result in the array of test results.

Return to top
Show: