Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This class contains enumeration value that denotes the status of a HCK filter.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As FilterStatus
Syntax
Visual Basic
Public Enumeration FilterStatus
C#
public enum FilterStatus
Members
| Member Name | Description |
|---|---|
Active |
This enum identifies a filter as being active. When in the active state, a filter will be applied during filter processing against matching test results. |
Inactive |
This enum identifies a filter as being active. When a filter is inactive the filter will not be applied during filter processing for matching test results. |
Test |
This enum identifies a filter as a test filter. |