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。
- markerInfo
型別:System.String
標記的相關資訊。
- outcome
型別:System.String
標記結果的描述。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。