Sdílet prostřednictvím


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í.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WarningAction Třída

WarningAction – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů