共用方式為


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
)

參數

  • isBrokenLink
    型別:System.Boolean
    如果測試與分類之間的連結已中斷,則為 true。
  • isEnabled
    型別:System.Boolean
    如果測試與分類之間的連結已啟用,則為 true。

.NET Framework 安全性

請參閱

參考

TestAndCategoryPair 類別

TestAndCategoryPair 多載

Microsoft.VisualStudio.TestTools.Common 命名空間

TestId

TestListCategoryId