ITestPoint 介面
表示為測試計劃一部分之組態套件中測試案例的執行狀態。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface ITestPoint _
Inherits IIdentifiable(Of Integer), INotifyPropertyChanged, ITestPointProperties
public interface ITestPoint : IIdentifiable<int>,
INotifyPropertyChanged, ITestPointProperties
public interface class ITestPoint : IIdentifiable<int>,
INotifyPropertyChanged, ITestPointProperties
type ITestPoint =
interface
interface IIdentifiable<int>
interface INotifyPropertyChanged
interface ITestPointProperties
end
public interface ITestPoint extends IIdentifiable<int>, INotifyPropertyChanged, ITestPointProperties
ITestPoint 類型會公開下列成員。
屬性
回頁首
方法
名稱 | 描述 | |
---|---|---|
![]() |
Block | 將 ITestPointProperties.State 屬性設定為 TestPointState.NotReady,可以封鎖這個測試點。 |
![]() |
QueryAssociatedWorkItemsFromResults | 擷取與這個測試點之對應結果相關聯之工作項目的整數 ID 陣列。 |
![]() |
Refresh | 使用伺服器中的資料,更新這個物件。 |
![]() |
Save | 將這個物件保持於伺服器上。 |
![]() |
Unblock | 將 ITestPointProperties.State 屬性設定為 TestPointState.Ready,可以解除封鎖這個測試點。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
![]() |
PropertyChanged | 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。 |
回頁首