WarningAction Constructor (String, IAfxElement)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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 IAfxElement _
)
'Usage
Dim message As String
Dim uiElement As IAfxElement

Dim instance As New WarningAction(message, _
    uiElement)
public WarningAction(
    string message,
    IAfxElement uiElement
)
public:
WarningAction(
    String^ message, 
    IAfxElement^ uiElement
)
public function WarningAction(
    message : String, 
    uiElement : IAfxElement
)
new : 
        message:string * 
        uiElement:IAfxElement -> WarningAction

Parameters

.NET Framework Security

See Also

Reference

WarningAction Class

WarningAction Members

WarningAction Overload

Microsoft.VisualStudio.TestTools.UITest.Common Namespace