IVsDataViewCommandProvider.UpdateCommandStatus (Método)

Actualiza el estado del comando de menú especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommandProvider Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)