Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
TestStepMarkerAction(
	int stepId,
	String^ markerInfo,
	String^ outcome
)

Parameters

stepId
Type: System::Int32

An int that represents the step identifier.

markerInfo
Type: System::String^

Information about the marker.

outcome
Type: System::String^

Description of the outcome of the marker.

Return to top
Show: