Udostępnij za pośrednictwem


Konstruktor UITest — (IEnumerable<UITestAction>, UIMap)

Inicjuje nowe wystąpienie UITest 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 ( _
    executeActions As IEnumerable(Of UITestAction), _
    map As UIMap _
)
public UITest(
    IEnumerable<UITestAction> executeActions,
    UIMap map
)
public:
UITest(
    IEnumerable<UITestAction^>^ executeActions, 
    UIMap^ map
)
new : 
        executeActions:IEnumerable<UITestAction> * 
        map:UIMap -> UITest
public function UITest(
    executeActions : IEnumerable<UITestAction>, 
    map : UIMap
)

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

UITest Klasa

Przeciążenie UITest

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

UITestAction

UIMap