ActionList.Delete Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Removes the action with the given identifier from the list of actions.
Namespace: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Assembly: Microsoft.VisualStudio.TestTools.UITest.CodeGeneration (in Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.dll)
Syntax
'Declaration
Public Sub Delete ( _
id As Long _
)
'Usage
Dim instance As ActionList
Dim id As Long
instance.Delete(id)
public void Delete(
long id
)
public:
void Delete(
long long id
)
member Delete :
id:int64 -> unit
public function Delete(
id : long
)
Parameters
- id
Type: System.Int64
A long value that identifies a test 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.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace