Share via


TestStepMarker Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Class TestStepMarker _
    Inherits Marker
'Usage
Dim instance As TestStepMarker
public class TestStepMarker : Marker
public ref class TestStepMarker : public Marker
public class TestStepMarker extends Marker
type TestStepMarker =  
    class
        inherit Marker
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.UITest.Common.UITestAction
    Microsoft.VisualStudio.TestTools.UITest.Common.Marker
      Microsoft.VisualStudio.TestTools.UITest.Common.TestStepMarker

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TestStepMarker Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace