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.

RunResultAndStatistics::RunInfoList Property

 

Gets an array of RunInfo objects for the associated test run.

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

public:
property array<RunInfo^>^ RunInfoList {
	array<RunInfo^>^ get();
}

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common::RunInfo^>^

An array of RunInfo objects for the associated test run.

The array may be changed by the test framework at any time; iterating through the members in code may produce unreliable results.

Return to top
Show: