ITestPointStatistic.ResultOutcome 属性

获取位于此测试点处的测试的 TestOutcome

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

语法

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

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.TestOutcome
测试的测试结果。

.NET Framework 安全性

请参见

参考

ITestPointStatistic 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

TestOutcome