Sdílet prostřednictvím


ErrorAction – konstruktor (String, UITechnologyElement)

Inicializuje novou instanci ErrorAction třídy pomocí popisné zprávy a prvek.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntaxe

'Deklarace
Public Sub New ( _
    message As String, _
    uiElement As UITechnologyElement _
)
public ErrorAction(
    string message,
    UITechnologyElement uiElement
)
public:
ErrorAction(
    String^ message, 
    UITechnologyElement^ uiElement
)
new : 
        message:string * 
        uiElement:UITechnologyElement -> ErrorAction
public function ErrorAction(
    message : String, 
    uiElement : UITechnologyElement
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ErrorAction Třída

ErrorAction – přetížení

Microsoft.VisualStudio.TestTools.UITest.Common – obor názvů