TaskMenuCommand Constructors

Definition

Overloads

TaskMenuCommand()

Constructor.

TaskMenuCommand(Int32)

Constructor.

TaskMenuCommand()

Constructor.

protected:
 TaskMenuCommand();
protected TaskMenuCommand ();
Protected Sub New ()

Applies to

TaskMenuCommand(Int32)

Constructor.

protected:
 TaskMenuCommand(int priority);
protected TaskMenuCommand (int priority);
new Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand : int -> Microsoft.VisualStudio.Modeling.Shell.TaskMenuCommand
Protected Sub New (priority As Integer)

Parameters

priority
Int32

Applies to