Partager via


WarningAction, constructeur (String, UITechnologyElement)

Initialise une nouvelle instance de la classe WarningAction.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Common (dans Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • message
    Type : System.String
    string qui contient un message d'avertissement.

Sécurité .NET Framework

Voir aussi

Référence

WarningAction Classe

WarningAction, surcharge

Microsoft.VisualStudio.TestTools.UITest.Common, espace de noms