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.
- markerInfo
Typ: System.String
Informace o značku.
- outcome
Typ: System.String
Popis výsledku značky.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.