Ms > Ms Assembly Interfaces > IMsDiagnosticTestList
Assembly: Ms;
The IMsDiagnosticTestList interface is used to work with a set of diagnostic tests of a model.
IMsDiagnosticTestList
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.
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: