ILastInvocationInfo.Message-Eigenschaft

Ruft die letzte Meldung ab.

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

Syntax

'Declaration
ReadOnly Property Message As String
    Get
string Message { get; }
property String^ Message {
    String^ get ();
}
abstract Message : string
function get Message () : String

Eigenschaftswert

Typ: System.String
Die letzte Meldung.

.NET Framework-Sicherheit

Siehe auch

Referenz

ILastInvocationInfo Schnittstelle

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace