从服务器中获取测试点。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
ITestPoint TestPoint { get; }
property ITestPoint^ TestPoint {
ITestPoint^ get();
}
abstract TestPoint : ITestPoint with get
ReadOnly Property TestPoint As ITestPoint
属性值
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPoint
测试点。
请参阅
ITestPoint
IImpactedTestPoint 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首