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)
Syntax
'Declaration
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
)
Parameters
- executeActions 
 Type: IEnumerable<UITestAction>- A list of UITestAction objects. 
- map 
 Type: Microsoft.VisualStudio.TestTools.UITest.Common.UIMap.UIMap- The UIMap object for this test. 
.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.