Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This class provides an interface that represents the contract that each schedulable object must implement.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As IRunTests
Syntax
Visual Basic
Public Interface IRunTests
C#
public interface IRunTests
Remarks
This is mainly used to allow scheduling of tests from various objects. Currently the following objects implement this interface:
Project
ProductInstance
TargetFamily
Test