Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This is used as a flag to determine if a test run parameter should be set as a default for future test runs.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As ParameterSetAsDefault
Syntax
Visual Basic
Public Enumeration ParameterSetAsDefault
C#
public enum ParameterSetAsDefault
Members
| Member Name | Description |
|---|---|
DoNotSetAsDefault |
This value represents a test run parameter that will only be implemented for a specific test run. The test run parameter will not be set as the default value for future test runs. |
SetAsDefault |
This value represents a test run parameter set as a default for future test runs. |