DataCollectorMessageLevel 枚举

表示记录诊断数据适配器的 DataCollectorExceptionMessageInfo 时可以使用的严重级别。

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

语法

声明
Public Enumeration DataCollectorMessageLevel
public enum DataCollectorMessageLevel
public enum class DataCollectorMessageLevel
type DataCollectorMessageLevel
public enum DataCollectorMessageLevel

成员

成员名称 说明
Error 消息为错误消息。
Warning 此消息为警告消息。

请参见

参考

Microsoft.VisualStudio.TestTools.Common 命名空间

DataCollectorExceptionMessageInfo