WarningAction Constructor (String, UITechnologyElement)

 

Initializes a new instance of the WarningAction class.

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

Syntax

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
)

Parameters

  • message
    Type: System.String

    A string that contains a warning message.

See Also

WarningAction Overload
WarningAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top