Udostępnij za pośrednictwem


Konstruktor TestStepMarkerAction — (Int32, String, String)

Inicjuje nowe wystąpienie TestStepMarkerAction klasy przy użyciu dostarczonego ID, znacznik informacji i wyników.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
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
)

Parametry

  • stepId
    Typ: System.Int32
    int , Reprezentuje identyfikator kroku.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestStepMarkerAction Klasa

Przeciążenie TestStepMarkerAction

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common