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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.