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)。 |
回頁首