TaskMenuCommand Class
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.
Represents a menu command entry on the context menu for a validation item in the error list.
public ref class TaskMenuCommand abstract
public abstract class TaskMenuCommand
type TaskMenuCommand = class
Public MustInherit Class TaskMenuCommand
- Inheritance
-
TaskMenuCommand
- Derived
Constructors
TaskMenuCommand() |
Constructor. |
TaskMenuCommand(Int32) |
Constructor. |
Properties
MenuText |
Gets the text associated with this menu command entry |
Priority |
Indicates the priority of the command. Commands with lower numbers are shown earlier in the list, and the first command is executed on double-click. |
Methods
DoCommand() |
Executes the command. |