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

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

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common.MarkerDirections

The direction of the marker.

Remarks

Setting this property raises the PropertyChanged event.

See Also

PropertyChanged
MarkerDirections
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top