Share via


IVsDataViewCommandProvider.UpdateCommandStatus(MenuCommand) Method

Definition

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.

Applies to