ITestPointStatistic.ResultOutcome 属性

 

发布时间: 2016年4月

获取 TestOutcome 在此测试的测试点。

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

语法

TestOutcome ResultOutcome { get; }
property TestOutcome ResultOutcome {
    TestOutcome get();
}
abstract ResultOutcome : TestOutcome with get
ReadOnly Property ResultOutcome As TestOutcome

属性值

Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcome

测试的测试结果。

请参阅

TestOutcome
ITestPointStatistic 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首