表示作为测试计划一部分的配置的测试套件中某个测试用例的执行状态。
命名空间:  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 类型公开以下成员。
属性
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | Block | 通过将 ITestPointProperties.State 属性设置为 TestPointState.NotReady 来阻止此测试点。 | 
| .gif) | QueryAssociatedWorkItemsFromResults | 检索与此测试点的对应结果关联的工作项的整数 ID 数组。 | 
| .gif) | Refresh | 用服务器中的数据更新此对象。 | 
| .gif) | Save | 将此对象保留在服务器上。 | 
| .gif) | Unblock | 通过将 ITestPointProperties.State 属性设置为 TestPointState.Ready 来取消阻止此测试点。 | 
页首
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | PropertyChanged | 在更改属性值时发生。 (继承自 INotifyPropertyChanged。) | 
页首
.gif)