Share via


DataViewCommandProvider.UpdateCommandStatus Method

Definition

Overloads

UpdateCommandStatus(MenuCommand)

Updates the status of the specified menu command.

UpdateCommandStatus(MenuCommand, Object[])

Updates the status of the specified menu command.

UpdateCommandStatus(MenuCommand)

Updates the status of the specified menu command.

public:
 virtual void UpdateCommandStatus(System::ComponentModel::Design::MenuCommand ^ command);
public void UpdateCommandStatus (System.ComponentModel.Design.MenuCommand command);
abstract member UpdateCommandStatus : System.ComponentModel.Design.MenuCommand -> unit
override this.UpdateCommandStatus : System.ComponentModel.Design.MenuCommand -> unit
Public Sub UpdateCommandStatus (command As MenuCommand)

Parameters

command
MenuCommand

A MenuCommand object representing the command to update.

Implements

Applies to

UpdateCommandStatus(MenuCommand, Object[])

Updates the status of the specified menu command.

protected:
 virtual void UpdateCommandStatus(System::ComponentModel::Design::MenuCommand ^ command, cli::array <System::Object ^> ^ parameters);
protected virtual void UpdateCommandStatus (System.ComponentModel.Design.MenuCommand command, object[] parameters);
abstract member UpdateCommandStatus : System.ComponentModel.Design.MenuCommand * obj[] -> unit
override this.UpdateCommandStatus : System.ComponentModel.Design.MenuCommand * obj[] -> unit
Protected Overridable Sub UpdateCommandStatus (command As MenuCommand, parameters As Object())

Parameters

command
MenuCommand

A MenuCommand object representing the command to update.

parameters
Object[]

An array of parameters for use with this command.

Applies to