Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public void Delete(
long id
)
public:
void Delete(
long long id
)
member Delete :
id:int64 -> unit
Public Sub Delete (
id As Long
)
Parameters
id
Type: System.Int64An int that identifies an action in the list.
See Also
ActionList Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top