Share via


TestStepMarkerAction.ToString Method ()

 

Returns the StepId, Direction, and a value that indicates whether this step is Disabled as a string for debugging and tracing.

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

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

A string representation of this object.

See Also

StepId
Direction
Disabled
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top