共用方式為


TestResultId 建構函式 (String, String, String, String)

使用提供的測試回合 ID、測試執行 ID、父測試執行 ID 和測試 ID,初始化 TestResultId 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    runId As String, _
    executionId As String, _
    parentExecutionId As String, _
    testId As String _
)
public TestResultId(
    string runId,
    string executionId,
    string parentExecutionId,
    string testId
)
public:
TestResultId(
    String^ runId, 
    String^ executionId, 
    String^ parentExecutionId, 
    String^ testId
)
new : 
        runId:string * 
        executionId:string * 
        parentExecutionId:string * 
        testId:string -> TestResultId
public function TestResultId(
    runId : String, 
    executionId : String, 
    parentExecutionId : String, 
    testId : String
)

參數

.NET Framework 安全性

請參閱

參考

TestResultId 類別

TestResultId 多載

Microsoft.VisualStudio.TestTools.Common 命名空間

TestExecId

TestId