Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the UITest class by using the provided test actions.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Sub New ( _
executeActions As IEnumerable(Of UITestAction) _
)
public UITest(
IEnumerable<UITestAction> executeActions
)
public:
UITest(
IEnumerable<UITestAction^>^ executeActions
)
new :
executeActions:IEnumerable<UITestAction> -> UITest
public function UITest(
executeActions : IEnumerable<UITestAction>
)
Parameters
executeActions
Type: IEnumerable<UITestAction>A list of UITestAction objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.