UITestActionFilterCategory Enumeration
Represents the categories for UITestActionFilter objects.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Enumeration UITestActionFilterCategory
public enum UITestActionFilterCategory
public enum class UITestActionFilterCategory
type UITestActionFilterCategory
public enum UITestActionFilterCategory
Members
Member name | Description | |
---|---|---|
Critical | Filters in this category are executed first and cannot be bypassed. | |
General | Filters in this category are executed after those in the Critical, PostCritical, and PreGeneral categories. | |
PostCritical | Filters in this category are executed after those in the Critical category. | |
PostGeneral | Filters in this category are executed after those in the General category. | |
PostRedundantActionDeletion | Filters in this category are executed after those in the RedundantActionDeletion category. | |
PostSimpleToCompoundActionConversion | Filters in this category are executed after those in the SimpleToCompoundActionConversion category. | |
PreGeneral | Filters in this category are executed before those in the General category. | |
PreRedundantActionDeletion | Filters in this category are executed after those in the PostSimpleToCompoundActionConversion category. | |
PreSimpleToCompoundActionConversion | Filters in this category are executed after those in the General and PostGeneral categories. | |
RedundantActionDeletion | Filters in this category are executed after those in the PreRedundantActionDeletion category. | |
SimpleToCompoundActionConversion | Filters in this category are executed after those in the PreSimpleTocompoundActionConversion category. |