TestAndCategoryPair 建構函式 (TestId, TestListCategoryId, Boolean, Boolean)
使用提供的測試與分類 ID 以及中斷連結的標記,初始化 TestAndCategoryPair 類別的新執行個體。
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
Public Sub New ( _
testId As TestId, _
categoryId As TestListCategoryId, _
isBrokenLink As Boolean, _
isEnabled As Boolean _
)
public TestAndCategoryPair(
TestId testId,
TestListCategoryId categoryId,
bool isBrokenLink,
bool isEnabled
)
public:
TestAndCategoryPair(
TestId^ testId,
TestListCategoryId^ categoryId,
bool isBrokenLink,
bool isEnabled
)
new :
testId:TestId *
categoryId:TestListCategoryId *
isBrokenLink:bool *
isEnabled:bool -> TestAndCategoryPair
public function TestAndCategoryPair(
testId : TestId,
categoryId : TestListCategoryId,
isBrokenLink : boolean,
isEnabled : boolean
)
參數
- testId
型別:Microsoft.VisualStudio.TestTools.Common.TestId
識別特定測試的 TestId。
- categoryId
型別:Microsoft.VisualStudio.TestTools.Common.TestListCategoryId
識別測試分類的 TestListCategoryId。
- isBrokenLink
型別:System.Boolean
如果測試與分類之間的連結已中斷,則為 true。
- isEnabled
型別:System.Boolean
如果測試與分類之間的連結已啟用,則為 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。