TestRunTextResultMessage.Outcome 属性

获取测试的结果。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

TestRunTextResultMessage 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestOutcome