MarkerDirections Enumeration

Indicates the reason for a TestStepMarkerAction.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration MarkerDirections
[FlagsAttribute]
public enum MarkerDirections
[FlagsAttribute]
public enum class MarkerDirections
[<FlagsAttribute>]
type MarkerDirections
public enum 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

Reference

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

TestStepMarkerAction