Sdílet prostřednictvím


UITestEventArgs – konstruktor

Inicializuje novou instanci UITestEventArgs třídy pomocí zadané uživatelské rozhraní (UI) zkoušky.

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 ( _
    uiTest As UITest _
)
public UITestEventArgs(
    UITest uiTest
)
public:
UITestEventArgs(
    UITest^ uiTest
)
new : 
        uiTest:UITest -> UITestEventArgs
public function UITestEventArgs(
    uiTest : UITest
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestEventArgs Třída

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

UITest