Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.