Partilhar via


Propriedade ILastInvocationInfo.Message

Obtém a última mensagem.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
ReadOnly Property Message As String
string Message { get; }
property String^ Message {
    String^ get ();
}
abstract Message : string with get
function get Message () : String

Valor de propriedade

Tipo: System.String
A última mensagem.

Segurança do .NET Framework

Consulte também

Referência

ILastInvocationInfo Interface

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension