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