IMsDiagnosticTestList.Item

Fore Syntax

Item(Index: Integer): IMsDiagnosticTest;

Fore.NET Syntax

Item[Index: System.Int32]: Prognoz.Platform.Interop.Ms.IMsDiagnosticTest;

Parameters

Index. Test index.

Description

The Item property returns the test with the specified index.

Comments

Item provides access to the specified 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 is 1. Index numbering is continuous.

Fore Example

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

See also:

IMsDiagnosticTestList