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.
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. | |
PostCritical | Filters in this category are executed after those in the Critical category. | |
PreGeneral | Filters in this category are executed before those in the General category. | |
General | Filters in this category are executed after those in the Critical, PostCritical, and PreGeneral categories. | |
PostGeneral | Filters in this category are executed after those in the General category. | |
PreSimpleToCompoundActionConversion | Filters in this category are executed after those in the General and PostGeneral categories. | |
SimpleToCompoundActionConversion | Filters in this category are executed after those in the PreSimpleTocompoundActionConversion category. | |
PostSimpleToCompoundActionConversion | Filters in this category are executed after those in the SimpleToCompoundActionConversion category. | |
PreRedundantActionDeletion | Filters in this category are executed after those in the PostSimpleToCompoundActionConversion category. | |
RedundantActionDeletion | Filters in this category are executed after those in the PreRedundantActionDeletion category. | |
PostRedundantActionDeletion | Filters in this category are executed after those in the RedundantActionDeletion category. |