RunResultAndStatistics.Outcome 属性
获取或设置关联测试运行的结果。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
<VisiblePropertyAttribute> _
Public Property Outcome As TestOutcome
[VisiblePropertyAttribute]
public TestOutcome Outcome { get; set; }
[VisiblePropertyAttribute]
public:
property TestOutcome Outcome {
TestOutcome get ();
void set (TestOutcome value);
}
[<VisiblePropertyAttribute>]
member Outcome : TestOutcome with get, set
function get Outcome () : TestOutcome
function set Outcome (value : TestOutcome)
属性值
类型:Microsoft.VisualStudio.TestTools.Common.TestOutcome
关联测试运行的结果。
备注
在 Visual Studio 专业测试工具版 的用户界面中,此属性的本地化文本版本是可见的。 有关更多信息,请参见 OutcomeText 属性。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。