ICommandExtension Methods

 

Namespace:   Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

NameDescription
System_CAPS_pubmethodExecute(IMenuCommand^)

Invoked when the user clicks this command on the menu.

System_CAPS_pubmethodQueryStatus(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.

Return to top
Show: