ProductInstance.GetTests Method ()

Retrieves all tests for this ProductInstance.

Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel

Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)

Syntax

C#

public virtual IList<Test> GetTests ()

Return Value

The collection of all tests for this ProductInstance.

Thread Safety

Any public static members of this type are thread safe. Any instance members are not guaranteed to be thread safe.