ActionList.Delete Method
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
'Declaration
Public Sub Delete ( _
id As Long _
)
public void Delete(
long id
)
public:
void Delete(
long long id
)
member Delete :
id:int64 -> unit
public function Delete(
id : long
)
Parameters
id
Type: Int64An int that identifies an action in the list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.