TestCaseEndEventArgs.TestOutcome 属性

定义

获取或设置 TestOutcome 测试的。

public:
 property Microsoft::VisualStudio::TestTools::Common::TestOutcome TestOutcome { Microsoft::VisualStudio::TestTools::Common::TestOutcome get(); };
public Microsoft.VisualStudio.TestTools.Common.TestOutcome TestOutcome { get; }
member this.TestOutcome : Microsoft.VisualStudio.TestTools.Common.TestOutcome
Public ReadOnly Property TestOutcome As TestOutcome

属性值

TestOutcome

测试的结果。

适用于