TaskMenuCommand Class

Definition

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.

Applies to