ICommandExtension Interface
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.
The interface specifies the list of methods that a CommandExtension is required to implement.
public interface class ICommandExtension
public interface ICommandExtension
type ICommandExtension = interface
Public Interface ICommandExtension
Properties
Text |
Initial name for the command (if any) |
Methods
Execute(IMenuCommand) |
Run the command |
QueryStatus(IMenuCommand) |
Decide dynamically whether to show this menu command |