TestCaseEndEventArgs.TestOutcome 属性

获取或设置测试的 TestOutcome

命名空间:  Microsoft.VisualStudio.TestTools.Execution
程序集:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)

语法

声明
Public Property TestOutcome As TestOutcome
    Get
    Private Set
public TestOutcome TestOutcome { get; private set; }
public:
property TestOutcome TestOutcome {
    TestOutcome get ();
    private: void set (TestOutcome value);
}
member TestOutcome : TestOutcome with get, private set
function get TestOutcome () : TestOutcome
private function set TestOutcome (value : TestOutcome)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestOutcome
测试的结果。

.NET Framework 安全性

请参见

参考

TestCaseEndEventArgs 类

Microsoft.VisualStudio.TestTools.Execution 命名空间

TestOutcome