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.
Indicates the reason for a TestStepMarkerAction.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
[FlagsAttribute]
public enum MarkerDirections
[FlagsAttribute]
public enum class MarkerDirections
[<FlagsAttribute>]
type MarkerDirections
<FlagsAttribute>
Public Enumeration MarkerDirections
Members
Member name | Description | |
---|---|---|
Both | Indicates a marker for the end of one process and the start of another process. |
|
End | Indicates a marker for the end of a process. |
|
None | Indicates a marker, but for neither start nor end. |
|
Start | Indicates a marker for the start of a process. |
See Also
TestStepMarkerAction
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top