Metodo Commands2.UpdateCommandUI

Impone un aggiornamento dello stato dell'interfaccia utente del comando.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

'Dichiarazione
Sub UpdateCommandUI ( _
    PerformImmediately As Boolean _
)
void UpdateCommandUI(
    bool PerformImmediately
)
void UpdateCommandUI(
    bool PerformImmediately
)
abstract UpdateCommandUI : 
        PerformImmediately:bool -> unit 
function UpdateCommandUI(
    PerformImmediately : boolean
)

Parametri

  • PerformImmediately
    Tipo: System.Boolean
    Facoltativo.Se true, l'aggiornamento viene eseguito prima che il metodo UpdateCommandUI restituisca un risultato.Se false, il metodo UpdateCommandUI restituisce un risultato e l'aggiornamento viene eseguito durante il tempo di inattività.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Commands2 Interfaccia

Spazio dei nomi EnvDTE80