Właściwość SettingMismatch.WarningLevel
Zwraca lub ustawia poziom ostrzeżeń ustawienia.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public int WarningLevel { get; set; }
public:
property int WarningLevel {
int get();
void set(int value);
}
member WarningLevel : int with get, set
Public Property WarningLevel As Integer
Wartość właściwości
Type: System.Int32
Poziom ostrzeżeń.
Zobacz też
Klasa SettingMismatch
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku