共用方式為


TestAndCategoryPair 建構函式 (TestId, TestListCategoryId)

使用提供的測試 ID 和分類 ID,初始化 TestAndCategoryPair 類別的新執行個體。

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

語法

'宣告
Public Sub New ( _
    testId As TestId, _
    categoryId As TestListCategoryId _
)
public TestAndCategoryPair(
    TestId testId,
    TestListCategoryId categoryId
)
public:
TestAndCategoryPair(
    TestId^ testId, 
    TestListCategoryId^ categoryId
)
new : 
        testId:TestId * 
        categoryId:TestListCategoryId -> TestAndCategoryPair
public function TestAndCategoryPair(
    testId : TestId, 
    categoryId : TestListCategoryId
)

參數

.NET Framework 安全性

請參閱

參考

TestAndCategoryPair 類別

TestAndCategoryPair 多載

Microsoft.VisualStudio.TestTools.Common 命名空間

TestId

TestListCategoryId