Share via


Command.Delete Method

Removes a named command that was created with the AddNamedCommand method.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub Delete
'Usage
Dim instance As Command

instance.Delete()
void Delete()
void Delete()
function Delete()

.NET Framework Security

See Also

Reference

Command Interface

Command Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples