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

 

Deletes the action from the list that has the specified ID.

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

public:
void Delete(
	long long id
)

Parameters

id
Type: System::Int64

An int that identifies an action in the list.

Return to top
Show: