TaskMenuCommand Constructors  
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.
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.TaskMenuCommandProtected Sub New (priority As Integer)Parameters
- priority
- Int32