IMsDiagnosticTestList

Assembly: Ms;

Description

The IMsDiagnosticTestList interface is used to work with a set of diagnostic tests of a model.

Inheritance Hierarchy

          IMsDiagnosticTestList

Comments

Diagnostic tests can be executed for the following models:

The DiagnosticTests property returns tests. The test set cannot be changed, that is, the existing test cannot be removed or the custom test cannot be added.

Properties

  Property name Brief description
Count The Count property returns the number of tests in the set.
FindByType The FindByType property returns the test of the specified type.
Item The Item property returns the test with the specified index.

See also:

Ms Assembly Interfaces