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)

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.Int64

    An int that identifies an action in the list.

See Also

ActionList Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top