共用方式為


TestAndCategoryPair 類別

表示 Visual Studio Test Professional 之 [測試清單編輯器] 視窗所使用的測試與測試分類之間的相符項目。

繼承階層架構

System.Object
  Microsoft.VisualStudio.TestTools.Common.TestAndCategoryPair

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

語法

'宣告
<SerializableAttribute> _
Public Class TestAndCategoryPair
[SerializableAttribute]
public class TestAndCategoryPair
[SerializableAttribute]
public ref class TestAndCategoryPair
[<SerializableAttribute>]
type TestAndCategoryPair =  class end
public class TestAndCategoryPair

TestAndCategoryPair 型別會公開下列成員。

建構函式

  名稱 說明
公用方法 TestAndCategoryPair(TestId, TestListCategoryId) 使用提供的測試 ID 和分類 ID,初始化 TestAndCategoryPair 類別的新執行個體。
公用方法 TestAndCategoryPair(TestId, TestListCategoryId, Boolean, Boolean) 使用提供的測試與分類 ID 以及中斷連結的標記,初始化 TestAndCategoryPair 類別的新執行個體。

回頁首

屬性

  名稱 說明
公用屬性 CategoryId 取得測試分類的 ID。
公用屬性 Enabled 取得值,這個值表示測試與分類之間的連結是否已啟用。
公用屬性 IsBrokenLink 取得值,這個值表示測試與分類之間的連結是否已中斷。
公用屬性 TestId 取得測試的 ID。

回頁首

方法

  名稱 說明
公用方法 Equals 判斷提供的執行個體是否等於這個執行個體。 (覆寫 Object.Equals(Object)。)
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (覆寫 Object.GetHashCode()。)
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。
公用方法靜態成員 ToTestId 基礎架構。使用提供的 TestAndCategoryPair 物件,傳回 TestId 物件。
公用方法靜態成員 ToTestListCategoryId 基礎架構。使用提供的 TestAndCategoryPair 物件,傳回 TestListCategoryId 物件。

回頁首

運算子

  名稱 說明
公用運算子靜態成員 Implicit(TestAndCategoryPair to TestId) 基礎架構。在比較 TestAndCategoryPair 物件與 TestId 物件時,表示隱含運算子。
公用運算子靜態成員 Implicit(TestAndCategoryPair to TestListCategoryId) 基礎架構。在比較 TestAndCategoryPair 物件與 TestListCategoryId 物件時,表示隱含運算子。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TestTools.Common 命名空間