Właściwość WarningAction.Message
Zwraca lub ustawia komunikat ostrzegawczy.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public string Message { get; set; }
public:
property String^ Message {
String^ get();
void set(String^ value);
}
member Message : string with get, set
Public Property Message As String
Wartość właściwości
Type: System.String
Komunikat ostrzegawczy.
Uwagi
Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.
Zobacz też
PropertyChanged
Klasa WarningAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku