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::CleanupActions Property
Gets or sets the actions for the cleanup process.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public: property ActionList^ CleanupActions { ActionList^ get(); void set(ActionList^ value); }
Property Value
Type: Microsoft.VisualStudio.TestTools.UITest.Common::ActionList^The actions for the cleanup process.
Show: