IImpactedTestPoint.TestPoint 属性

从服务器中获取测试点。

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
ReadOnly Property TestPoint As ITestPoint
ITestPoint TestPoint { get; }
property ITestPoint^ TestPoint {
    ITestPoint^ get ();
}
abstract TestPoint : ITestPoint with get
function get TestPoint () : ITestPoint

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestPoint
测试点。

.NET Framework 安全性

请参见

参考

IImpactedTestPoint 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestPoint