IMenuCommand Interface
Visual Studio 2015
Determines whether the command appears on the menu.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Enabled | Set to true to allow the user to invoke the command. If false, the label will be grayed out if it is visible. |
![]() | Text | Set the label that identifies this command in the menu. You do not need to set this unless you want the label to change. |
![]() | Visible | Set to true to have the command appear in the menu. |
Show:
