Udostępnij za pośrednictwem


Właściwość UITestWarningEventArgs.WarningMessage

 

Zwraca lub ustawia tekst komunikatu ostrzegawczego.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

public string WarningMessage { get; set; }
public:
property String^ WarningMessage {
    String^ get();
    void set(String^ value);
}
member WarningMessage : string with get, set
Public Property WarningMessage As String

Wartość właściwości

Type: System.String

Tekst ostrzeżenia.

Zobacz też

Klasa UITestWarningEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku