Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UITest Constructor (IEnumerable<UITestAction^>^, UIMap^)

 

Initializes a new instance of the UITest class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

public:
UITest(
	IEnumerable<UITestAction^>^ executeActions,
	UIMap^ map
)

Parameters

executeActions
Type: System.Collections.Generic::IEnumerable<UITestAction^>^

A list of UITestAction objects.

map
Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap::UIMap^

The UIMap object for this test.

Return to top
Show: