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::ExecuteActions Property

 

Gets or sets the test actions to be executed as part of the coded UI test.

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

public:
property ActionList^ ExecuteActions {
	ActionList^ get();
	void set(ActionList^ value);
}

Property Value

Type: Microsoft.VisualStudio.TestTools.UITest.Common::ActionList^

The test actions to be executed as part of the test.

Return to top
Show: