Metodo IVsDataViewCommandProvider.UpdateCommandStatus
Aggiorna lo stato del comando di menu specificato.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Sub UpdateCommandStatus ( _
command As MenuCommand _
)
void UpdateCommandStatus(
MenuCommand command
)
void UpdateCommandStatus(
MenuCommand^ command
)
abstract UpdateCommandStatus :
command:MenuCommand -> unit
function UpdateCommandStatus(
command : MenuCommand
)
Parametri
- command
Tipo: System.ComponentModel.Design.MenuCommand
Un oggetto MenuCommand che rappresenta il comando per aggiornare.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IVsDataViewCommandProvider Interfaccia
Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities