WarningAction-Konstruktor (String, UITechnologyElement)

Initialisiert eine neue Instanz der WarningAction-Klasse.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

'Declaration
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
)

Parameter

  • message
    Typ: System.String
    Ein string, der eine Warnmeldung enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

WarningAction Klasse

WarningAction-Überladung

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace