共用方式為


TestStepMarkerAction 建構函式 (Int32, String, String)

使用提供的 ID、標記訊息和結果,初始化 TestStepMarkerAction 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Common
組件:  Microsoft.VisualStudio.TestTools.UITest.Common (在 Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

語法

'宣告
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
)

參數

  • stepId
    型別:System.Int32
    代表步驟識別碼的 int。

.NET Framework 安全性

請參閱

參考

TestStepMarkerAction 類別

TestStepMarkerAction 多載

Microsoft.VisualStudio.TestTools.UITest.Common 命名空間