TestStepMarkerAction.Direction Property

Gets or sets the direction of the marker.

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

Syntax

'Declaration
Public Property Direction As MarkerDirections
public MarkerDirections Direction { get; set; }
public:
property MarkerDirections Direction {
    MarkerDirections get ();
    void set (MarkerDirections value);
}
member Direction : MarkerDirections with get, set
function get Direction () : MarkerDirections
function set Direction (value : MarkerDirections)

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.MarkerDirections
The direction of the marker.

Remarks

Setting this property raises the PropertyChanged event.

.NET Framework Security

See Also

Reference

TestStepMarkerAction Class

Microsoft.VisualStudio.TestTools.UITest.Common Namespace

PropertyChanged

MarkerDirections