Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the command appears on the menu.
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public Interface IMenuCommand
public interface IMenuCommand
public interface class IMenuCommand
type IMenuCommand = interface end
public interface IMenuCommand
The IMenuCommand type exposes the following members.
Properties
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. |
Top
See Also
Reference
Microsoft.VisualStudio.Modeling.ExtensionEnablement Namespace