Share via


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

'Declaration
Sub UpdateCommandStatus ( _
    command As MenuCommand _
)
void UpdateCommandStatus(
    MenuCommand command
)
void UpdateCommandStatus(
    MenuCommand^ command
)
abstract UpdateCommandStatus : 
        command:MenuCommand -> unit
function UpdateCommandStatus(
    command : MenuCommand
)

Parameters

.NET Framework Security

See Also

Reference

IVsDataViewCommandProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace