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[] with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.