WarningEventArgs.Warning 属性

获取警告消息。

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

语法

声明
Public ReadOnly Property Warning As String
    Get
public string Warning { get; }
public:
property String^ Warning {
    String^ get ();
}
member Warning : string
function get Warning () : String

属性值

类型:System.String
警告消息。

.NET Framework 安全性

请参见

参考

WarningEventArgs 类

Microsoft.VisualStudio.TestTools.Common 命名空间