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::InitializeActions Property
Gets or sets a list of actions to execute as part of the coded UI test initialization process.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property ActionList^ InitializeActions { ActionList^ get(); void set(ActionList^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::ActionList^A list of actions to execute as part of the test initialization process.
Show: