IVsDataViewCommandProvider.UpdateCommandStatus(MenuCommand) Method
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.
Updates the status of the specified menu command.
public:
void UpdateCommandStatus(System::ComponentModel::Design::MenuCommand ^ command);
public void UpdateCommandStatus (System.ComponentModel.Design.MenuCommand command);
abstract member UpdateCommandStatus : System.ComponentModel.Design.MenuCommand -> unit
Public Sub UpdateCommandStatus (command As MenuCommand)
Parameters
- command
- MenuCommand
A MenuCommand object representing the command to update.