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

'宣言
Public Sub UpdateCommandStatus ( _
    command As MenuCommand _
)
'使用
Dim instance As DataViewCommandProvider
Dim command As MenuCommand

instance.UpdateCommandStatus(command)
public void UpdateCommandStatus(
    MenuCommand command
)
public:
virtual void UpdateCommandStatus(
    MenuCommand^ command
) sealed
public final function UpdateCommandStatus(
    command : MenuCommand
)

Parameters

Implements

IVsDataViewCommandProvider.UpdateCommandStatus(MenuCommand)

Permissions

See Also

Reference

DataViewCommandProvider Class

DataViewCommandProvider Members

UpdateCommandStatus Overload

Microsoft.VisualStudio.Data.Framework Namespace