Udostępnij za pośrednictwem


Konstruktor UITestWarningEventArgs —

Inicjuje nowe wystąpienie UITestWarningEventArgs klasy.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

'Deklaracja
Public Sub New ( _
    action As UITestAction, _
    ex As Exception, _
    warning As String _
)
public UITestWarningEventArgs(
    UITestAction action,
    Exception ex,
    string warning
)
public:
UITestWarningEventArgs(
    UITestAction^ action, 
    Exception^ ex, 
    String^ warning
)
new : 
        action:UITestAction * 
        ex:Exception * 
        warning:string -> UITestWarningEventArgs
public function UITestWarningEventArgs(
    action : UITestAction, 
    ex : Exception, 
    warning : String
)

Parametry

  • warning
    Typ: System.String
    Tekst wyjaśniający charakter ostrzeżenie.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITestWarningEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction