ILastInvocationInfo.Message 属性

获取最后一条消息。

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

语法

声明
ReadOnly Property Message As String
string Message { get; }
property String^ Message {
    String^ get ();
}
abstract Message : string with get
function get Message () : String

属性值

类型:System.String
最后一条消息。

.NET Framework 安全性

请参见

参考

ILastInvocationInfo 接口

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间