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
- executeActions
Typ: System.Collections.Generic.IEnumerable<UITestAction>
Lista UITestAction obiektów.
- map
Typ: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMap
UIMap Obiektu dla tego testu.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common