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
)
參數
- testId
型別:Microsoft.VisualStudio.TestTools.Common.TestId
識別特定測試的 TestId。
- categoryId
型別:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
識別測試分類的 TestListCategoryId。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。