共用方式為


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)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間