TestRunConfigurationId 類別
表示測試回合組態物件的識別碼。
繼承階層架構
System.Object
Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId
命名空間: Microsoft.VisualStudio.TestTools.Common
組件: Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
語法
'宣告
<SerializableAttribute> _
Public NotInheritable Class TestRunConfigurationId
[SerializableAttribute]
public sealed class TestRunConfigurationId
[SerializableAttribute]
public ref class TestRunConfigurationId sealed
[<Sealed>]
[<SerializableAttribute>]
type TestRunConfigurationId = class end
public final class TestRunConfigurationId
TestRunConfigurationId 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
TestRunConfigurationId() | 初始化 TestRunConfigurationId 類別的新執行個體。 | |
TestRunConfigurationId(Guid) | 使用提供的 Guid,初始化 TestRunConfigurationId 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
Id | 取得相關聯測試回合組態的 Guid 值。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Equals | 判斷提供的物件是否等於目前的物件。 (覆寫 Object.Equals(Object)。) | |
GetHashCode | 做為特定型別的雜湊函式。 (覆寫 Object.GetHashCode()。) | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
ToString | 傳回這個測試回合組態 ID 物件的字串表示。 (覆寫 Object.ToString()。) |
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。