Item(Index: Integer): IMsDiagnosticTest;
Index. Test index.
The Item property returns the test with the specified index.
The property provides access to the certain test from the collection.
Value of the Index parameter must be a non-negative number but less than value of the IMsDiagnosticTestList.Count property. Index of the first test in the collection is 0, of the last IMsDiagnosticTestList.Count - 1. Index numbering is continuous.
The property use is given in the example for IMsRamseyRessetTestSettings.Power.
See also: