ITestResolutionState 介面
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
表示測試案例結果的解決狀態。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestResolutionState _
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestResolutionState : IIdentifiable<int>,
INotifyPropertyChanged
public interface class ITestResolutionState : IIdentifiable<int>,
INotifyPropertyChanged
type ITestResolutionState =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
end
public interface ITestResolutionState extends IIdentifiable<int>, INotifyPropertyChanged
ITestResolutionState 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Id | 取得識別碼。 (繼承自 IIdentifiable<TKey>)。 | |
Name | 取得這個解決狀態的名稱。 | |
Project | 取得這個測試解決狀態的 ITestManagementTeamProject。 |
回頁首
方法
名稱 | 說明 | |
---|---|---|
Delete | 從伺服器移除這個測試解決狀態。 | |
Refresh | 使用伺服器中的資料,更新這個測試解決狀態。 | |
Save | 將新的或更新的測試解決狀態寫入至伺服器。 |
回頁首
事件
名稱 | 說明 | |
---|---|---|
PropertyChanged | 發生於屬性值變更時。 (繼承自 INotifyPropertyChanged)。 |
回頁首