IMsDiagnosticTestList.Item

Syntax

Item(Index: Integer): IMsDiagnosticTest;

Parameters

Index. Test index.

Description

The Item property returns the test with the specified index.

Comments

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.

Example

The property use is given in the example for IMsRamseyRessetTestSettings.Power.

See also:

IMsDiagnosticTestList