DataViewCommandProvider.UpdateCommandStatus Method (MenuCommand, [])

Updates the status of the specified menu command.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Protected Overridable Sub UpdateCommandStatus ( _
    command As MenuCommand, _
    parameters As Object() _
)
'使用
Dim command As MenuCommand
Dim parameters As Object()

Me.UpdateCommandStatus(command, parameters)
protected virtual void UpdateCommandStatus(
    MenuCommand command,
    Object[] parameters
)
protected:
virtual void UpdateCommandStatus(
    MenuCommand^ command, 
    array<Object^>^ parameters
)
protected function UpdateCommandStatus(
    command : MenuCommand, 
    parameters : Object[]
)

Parameters

  • parameters
    Type: []

    An array of parameters for use with this command.

Permissions

See Also

Reference

DataViewCommandProvider Class

DataViewCommandProvider Members

UpdateCommandStatus Overload

Microsoft.VisualStudio.Data.Framework Namespace