TestStepEndEventArgs.TestStepOutcome 属性

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

语法

声明
Public ReadOnly Property TestStepOutcome As TestOutcome
    Get
public TestOutcome TestStepOutcome { get; }
public:
property TestOutcome TestStepOutcome {
    TestOutcome get ();
}
member TestStepOutcome : TestOutcome
function get TestStepOutcome () : TestOutcome

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestOutcome

.NET Framework 安全性

请参见

参考

TestStepEndEventArgs 类

Microsoft.VisualStudio.TestTools.Execution 命名空间