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.

ActionList::DeleteRange Method (Int64, Int64)

 

Deletes a range of actions from this action list.

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

public:
int DeleteRange(
	long long startId,
	long long stopId
)

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.

Return Value

Type: System::Int32

The number of actions that were deleted.

Return to top
Show: