TestResult.Outcome 属性

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

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

语法

声明
<GroupingPropertyAttribute> _
<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")> _
Public Property Outcome As TestOutcome
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
public TestOutcome Outcome { get; set; }
[GroupingPropertyAttribute]
[UserVisiblePropertyAttribute(L"{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")]
public:
property TestOutcome Outcome {
    TestOutcome get ();
    void set (TestOutcome value);
}
[<GroupingPropertyAttribute>]
[<UserVisiblePropertyAttribute("{B27F4E1B-4DF4-41bd-8B86-671BAE2D7067}")>]
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