TestStepMarkerAction.Direction-Eigenschaft

Ruft die Richtung des Markers ab oder legt diese fest.

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
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.UITest.Common.MarkerDirections
Die Richtung des Markers.

Hinweise

Durch das Festlegen dieser Eigenschaft wird das PropertyChanged-Ereignis ausgelöst.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestStepMarkerAction Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

PropertyChanged

MarkerDirections