ICommandExtension Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Execute(IMenuCommand^) | Invoked when the user clicks this command on the menu. |
![]() | QueryStatus(IMenuCommand^) | Implement this to define whether your command should be visible and enabled. Set command.Visible and command.Enabled. Do not change the state of the model. |
Show:
