ITestFailureType 介面
表示測試案例結果的失敗類型。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestFailureType _
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestFailureType : IIdentifiable<int>,
INotifyPropertyChanged
public interface class ITestFailureType : IIdentifiable<int>,
INotifyPropertyChanged
type ITestFailureType =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
end
public interface ITestFailureType extends IIdentifiable<int>, INotifyPropertyChanged
ITestFailureType 類型會公開下列成員。
屬性
名稱 | 描述 | |
---|---|---|
Id | 取得識別碼。 (繼承自 IIdentifiable<TKey>)。 | |
Name | 測試失敗類型名稱。 | |
Project | 這個失敗類型 Team 專案 |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Delete | 從伺服器中移除指定的測試失敗類型。 | |
Refresh | 更新為新的資料的測試失敗類型從伺服器。 | |
Save | 寫入至伺服器。新的或更新的測試失敗類型。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
PropertyChanged | 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。 |
回頁首