IVsDataViewCommandProvider.UpdateCommandStatus Method

Updates the status of the specified menu command.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

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

instance.UpdateCommandStatus(command)
void UpdateCommandStatus(
    MenuCommand command
)
void UpdateCommandStatus(
    MenuCommand^ command
)
function UpdateCommandStatus(
    command : MenuCommand
)

Parameters

Permissions

See Also

Reference

IVsDataViewCommandProvider Interface

IVsDataViewCommandProvider Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace