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::GetRange Method (Int64, Int64)

 

Returns a collection that contains the specified 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:
ICollection<UITestAction^>^ GetRange(
	long long startId,
	long long stopId
)

Parameters

startId
Type: System::Int64

An Int64 that represents the identifier for the item at the start of the range.

stopId
Type: System::Int64

An Int64 that represents the identifier for the item at the end of the range.

Return Value

Type: System.Collections.Generic::ICollection<UITestAction^>^

A collection that contains the specified range of actions from this action list.

Return to top
Show: