WarningAction – konstruktor (String, UITechnologyElement)
Vytvoří novou instanci třídy WarningAction.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
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: System.String
A string , který obsahuje upozornění.
- uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Objekt UITechnologyElement.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.