共用方式為


TcmInformation 建構函式 (Int32, Int32, Int32, Int32)

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

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

語法

'宣告
Public Sub New ( _
    testCaseId As Integer, _
    testRunId As Integer, _
    testResultId As Integer, _
    testIterationId As Integer _
)
public TcmInformation(
    int testCaseId,
    int testRunId,
    int testResultId,
    int testIterationId
)
public:
TcmInformation(
    int testCaseId, 
    int testRunId, 
    int testResultId, 
    int testIterationId
)
new : 
        testCaseId:int * 
        testRunId:int * 
        testResultId:int * 
        testIterationId:int -> TcmInformation
public function TcmInformation(
    testCaseId : int, 
    testRunId : int, 
    testResultId : int, 
    testIterationId : int
)

參數

.NET Framework 安全性

請參閱

參考

TcmInformation 類別

TcmInformation 多載

Microsoft.VisualStudio.TestTools.Common 命名空間