共用方式為


ITestConfiguration 介面

提供測試管理物件 (如 ITestPlan 物件) 的測試組態資訊。

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

語法

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

ITestConfiguration 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 AreaPath 取得或設定區域路徑。
公用屬性 Description 取得或設定這個測試組態的描述。
公用屬性 Id 取得識別碼。 (繼承自 IIdentifiable<TKey>)。
公用屬性 IsDefault 取得或設定值,指出此組態是否為專案的預設組態。
公用屬性 LastUpdated 取得這個組態的上次更新日期和時間。
公用屬性 LastUpdatedBy 取得上次更新這個組態的人員身分識別。
公用屬性 Name 取得或設定這個測試組態的名稱。
公用屬性 Revision 取得並行存取控制項之測試組態的修訂編號。
公用屬性 State 取得或設定這個測試組態的目前狀態。
公用屬性 Values 取得這個組態之具名值的字典。

回頁首

方法

  名稱 說明
公用方法 Delete 如果任何測試結果、測試套件或測試點都未參考這個測試組態,則從伺服器移除這個測試組態。
公用方法 Refresh 使用伺服器中的資料,更新這個測試組態。
公用方法 Save() 將新的或更新的測試組態設定儲存到伺服器。
公用方法 Save(Boolean) 將新的或更新的測試組態設定儲存至伺服器,如果出現這個測試組態的任何現有參考,則選擇性地強制更新。

回頁首

事件

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

回頁首

請參閱

參考

Microsoft.TeamFoundation.TestManagement.Client 命名空間

ITestPlan