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
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 Sub New (
stepId As Integer,
markerInfo As String,
outcome As String
)
Parameters
stepId
Type: System.Int32An int that represents the step identifier.
markerInfo
Type: System.StringInformation about the marker.
outcome
Type: System.StringDescription of the outcome of the marker.
See Also
TestStepMarkerAction Overload
TestStepMarkerAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top