共用方式為


ITestSettings 介面

表示測試計劃和測試回合所使用的測試設定。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Public Interface ITestSettings _
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestSettings : IIdentifiable<int>, 
    INotifyPropertyChanged
public interface class ITestSettings : IIdentifiable<int>, 
    INotifyPropertyChanged
type ITestSettings =  
    interface
        interface IIdentifiable<int>
        interface INotifyPropertyChanged
    end
public interface ITestSettings extends IIdentifiable<int>, INotifyPropertyChanged

ITestSettings 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 AreaPath 取得或設定套用測試計劃之 Visual Studio Test Professional 內區域的路徑。
公用屬性 CreatedBy 取得建立這個測試設定物件的人員身分識別。
公用屬性 CreatedByName 建立測試設定的使用者。
公用屬性 CreatedDate 取得這個測試設定物件的建立日期和時間。
公用屬性 Description 取得或設定這個測試設定物件的描述。
公用屬性 Id 取得識別碼。 (繼承自 IIdentifiable<TKey>)。
公用屬性 IsAutomated 取得或設定值,這個值表示相關聯測試是否為自動化測試。
公用屬性 LastUpdated 取得這個測試設定物件的上次更新日期。
公用屬性 LastUpdatedBy 取得這個測試設定物件的上次更新日期和時間。
公用屬性 LastUpdatedByName 更新設定的最後一個。
公用屬性 MachineRoles 取得電腦的角色集合 (此測試設定中使用的物件。
公用屬性 Name 取得或設定這個測試設定物件的名稱。
公用屬性 Revision 取得用於並行控制項的目前累加修訂編號。
公用屬性 Settings 取得或設定 XML 項目形式的實際設定。

回頁首

方法

  名稱 說明
公用方法 Delete 從伺服器中移除這個測試設定物件。
公用方法 Refresh 使用伺服器中的新資料,更新這個測試設定。
公用方法 Save 將新的或更新的測試設定寫入至伺服器。

回頁首

事件

  名稱 說明
公用事件 PropertyChanged 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestPlan

ITestRun