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)

Syntax

'Declaration
Public ReadOnly Property RunInfoList As RunInfo()
public RunInfo[] RunInfoList { get; }
public:
property array<RunInfo^>^ RunInfoList {
    array<RunInfo^>^ get ();
}
member RunInfoList : RunInfo[]
function get RunInfoList () : RunInfo[]

Property Value

Type: array<Microsoft.VisualStudio.TestTools.Common.RunInfo[]
An array of RunInfo objects for the associated test run.

Remarks

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

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

Microsoft.VisualStudio.TestTools.Common Namespace

RunInfo