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
'Deklaracja
Public Sub New ( _
message As String, _
uiElement As UITechnologyElement _
)
public WarningAction(
string message,
UITechnologyElement uiElement
)
public:
WarningAction(
String^ message,
UITechnologyElement^ uiElement
)
new :
message:string *
uiElement:UITechnologyElement -> WarningAction
public function WarningAction(
message : String,
uiElement : UITechnologyElement
)
Parametry
message
Typ: StringA string zawierający komunikat ostrzegawczy.
uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElementA UITechnologyElement object.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Używanie bibliotek pochodzących z częściowo zaufanego kodu.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common