Marker 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 Marker _
    Inherits UITestAction
'Usage
Dim instance As Marker
public class Marker : UITestAction
public ref class Marker : public UITestAction
public class Marker extends UITestAction
type Marker =  
    class
        inherit UITestAction
    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

Marker Members

Microsoft.VisualStudio.TestTools.UITest.Common Namespace