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: Int32An int that represents the step identifier.
markerInfo
Type: StringInformation about the marker.
outcome
Type: StringDescription 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.