TestStepMarkerAction Constructor (Int32, String, String)

Initializes a new instance of the TestStepMarkerAction class by using the provided ID, marker information, and outcome.

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

Syntax

'Declaration
Public Sub New ( _
    stepId As Integer, _
    markerInfo As String, _
    outcome As String _
)
public TestStepMarkerAction(
    int stepId,
    string markerInfo,
    string outcome
)
public:
TestStepMarkerAction(
    int stepId, 
    String^ markerInfo, 
    String^ outcome
)
new : 
        stepId:int * 
        markerInfo:string * 
        outcome:string -> TestStepMarkerAction
public function TestStepMarkerAction(
    stepId : int, 
    markerInfo : String, 
    outcome : String
)

Parameters

  • stepId
    Type: Int32

    An int that represents the step identifier.

  • markerInfo
    Type: String

    Information about the marker.

  • outcome
    Type: String

    Description of the outcome of the marker.

.NET Framework Security

See Also

Reference

TestStepMarkerAction Class

TestStepMarkerAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace