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.
ActionList::DeleteRange Method (Int64, Int64)
Deletes a range of actions from this action list.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Parameters
- startId
-
Type:
System::Int64
An int that represents the ID of the starting action in the range to delete.
- stopId
-
Type:
System::Int64
An int that represents the ID of the ending action in the range to delete.
Show: