Właściwość VerifyConfigurationAction.MinimumWarningLevel
Zwraca lub ustawia minimalny poziom ostrzegania o korzystać, gdy ustawienia konfiguracji są porównywane.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public string MinimumWarningLevel { get; set; }
public:
property String^ MinimumWarningLevel {
String^ get();
void set(String^ value);
}
member MinimumWarningLevel : string with get, set
Public Property MinimumWarningLevel As String
Wartość właściwości
Type: System.String
Minimalny poziom ostrzeżeń.
Uwagi
Ustawienie tej właściwości stwarza PropertyChanged zdarzenia.
Zobacz też
PropertyChanged
Klasa VerifyConfigurationAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku