TestResult.Outcome 属性

获取或设置一个通过使用有关关联测试结果的详细信息的对象。

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

语法

声明
<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")> _
<GroupingPropertyAttribute> _
Public Property Outcome As TestOutcome
    Get
    Set
[UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
[GroupingPropertyAttribute]
public TestOutcome Outcome { get; set; }
[UserVisiblePropertyAttribute(L"{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
[GroupingPropertyAttribute]
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
[<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")>]
[<GroupingPropertyAttribute>]
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestOutcome
有关关联测试结果的详细信息。

.NET Framework 安全性

请参见

参考

TestResult 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestOutcome