UITestActionFilterCategory 열거형
UITestActionFilter 개체의 범주를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.TestTools.UITest.Common
어셈블리: Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll)
구문
‘선언
Public Enumeration UITestActionFilterCategory
public enum UITestActionFilterCategory
public enum class UITestActionFilterCategory
type UITestActionFilterCategory
public enum UITestActionFilterCategory
멤버
멤버 이름 | 설명 | |
---|---|---|
Critical | 이 범주의 필터가 가장 먼저 실행되며 건너뛸 수 없습니다. | |
General | 이 범주의 필터를 Critical, PostCritical 및 PreGeneral 범주의 필터 다음에 실행합니다. | |
PostCritical | 이 범주의 필터를 Critical 범주의 필터 다음에 실행합니다. | |
PostGeneral | 이 범주의 필터를 General 범주의 필터 다음에 실행합니다. | |
PostRedundantActionDeletion | 이 범주의 필터를 RedundantActionDeletion 범주의 필터 다음에 실행합니다. | |
PostSimpleToCompoundActionConversion | 이 범주의 필터를 SimpleToCompoundActionConversion 범주의 필터 다음에 실행합니다. | |
PreGeneral | 이 범주의 필터를 General 범주의 필터보다 먼저 실행합니다. | |
PreRedundantActionDeletion | 이 범주의 필터를 PostSimpleToCompoundActionConversion 범주의 필터 다음에 실행합니다. | |
PreSimpleToCompoundActionConversion | 이 범주의 필터를 General 및 PostGeneral 범주의 필터 다음에 실행합니다. | |
RedundantActionDeletion | 이 범주의 필터를 PreRedundantActionDeletion 범주의 필터 다음에 실행합니다. | |
SimpleToCompoundActionConversion | 이 범주의 필터를 PreSimpleTocompoundActionConversion 범주의 필터 다음에 실행합니다. |