RunResultAndStatistics.Item[TestOutcome] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取具有指定结果的关联测试运行中的测试数。
public:
property int default[Microsoft::VisualStudio::TestTools::Common::TestOutcome] { int get(Microsoft::VisualStudio::TestTools::Common::TestOutcome outcome); };
public int this[Microsoft.VisualStudio.TestTools.Common.TestOutcome outcome] { get; }
member this.Item(Microsoft.VisualStudio.TestTools.Common.TestOutcome) : int
Default Public ReadOnly Property Item(outcome As TestOutcome) As Integer
参数
- outcome
- TestOutcome
TestOutcome 值之一。
属性值
关联测试运行中具有指定的测试数 outcome 。