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 命名空间