此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
提供有效的内部消息类型。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Enumeration TestMessageKind
public enum TestMessageKind
public enum class TestMessageKind
type TestMessageKind
public enum TestMessageKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| Panic | 已过时。(已过时) | |
| Result | 此消息可以强制转换为 TestResult 对象。 | |
| FileCopy | 此消息是文件复制操作。 | |
| RunInfo | 此消息是测试运行信息,如测试运行配置。 | |
| RunStateChanged | 已过时。此消息可以强制转换为 RunStateEvent 对象。 | |
| RunOutput | 此消息可以强制转换为 RunOutputTestResultMessage 对象。 | |
| Debug | 此消息中包含 Visual Studio 专业测试工具版 外部运行的测试的调试信息。 | |
| Heartbeat | 已过时。(已过时) | |
| TextMessage | 此消息中包含异常信息。 | |
| TestStart | 已过时。(已过时) | |
| TestEnd | 已过时。(已过时) | |
| RunAbort | 已过时。(已过时) | |
| RunStart | 已过时。(已过时) | |
| RunEnd | 已过时。(已过时) |