Partager via


TestStepMarkerAction, constructeur (Int32, String, String)

Initialise une nouvelle instance de la classe TestStepMarkerAction à l'aide de l'ID, des informations de marqueur et du résultat fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • stepId
    Type : System.Int32
    int qui représente l'identificateur de l'étape.
  • outcome
    Type : System.String
    Description du résultat du marqueur.

Sécurité .NET Framework

Voir aussi

Référence

TestStepMarkerAction Classe

TestStepMarkerAction, surcharge

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms