DataViewCommandProvider.UpdateCommandStatus 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.
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.