Command.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a named command that was created with the AddNamedCommand(AddIn, String, String, String, Boolean, Int32, Object[], Int32) method.
public:
void Delete();
public:
void Delete();
void Delete();
[System.Runtime.InteropServices.DispId(8)]
public void Delete ();
[<System.Runtime.InteropServices.DispId(8)>]
abstract member Delete : unit -> unit
Public Sub Delete ()
- Attributes