Sdílet prostřednictvím


TestStepMarkerAction – konstruktor (Int32, String, String)

Inicializuje novou instanci TestStepMarkerAction třídy pomocí zadané ID, informace značky a výsledek.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
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 , Představuje identifikátor krok.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestStepMarkerAction Třída

TestStepMarkerAction – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů