Konstruktor WarningAction — (String, UITechnologyElement)
Inicjuje nowe wystąpienie WarningAction klasy.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public WarningAction(
string message,
UITechnologyElement uiElement
)
public:
WarningAction(
String^ message,
UITechnologyElement^ uiElement
)
new :
message:string *
uiElement:UITechnologyElement -> WarningAction
Public Sub New (
message As String,
uiElement As UITechnologyElement
)
Parametry
- message
A string zawierający komunikat ostrzegawczy.
- uiElement
A UITechnologyElement object.
Zobacz też
WarningAction Przeciążenie
Klasa WarningAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku