Partager via


Commands2.UpdateCommandUI, méthode

Force une actualisation de l'état de l'interface utilisateur de la commande.

Espace de noms :  EnvDTE80
Assembly :  EnvDTE80 (dans EnvDTE80.dll)

Syntaxe

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

Paramètres

  • PerformImmediately
    Type : System.Boolean
    Facultatif.Si la valeur est true, la mise à jour est effectuée avant le retour de UpdateCommandUI.Si la valeur est false, UpdateCommandUI retourne et la mise à jour est effectuée pendant la durée d'inactivité.

Sécurité .NET Framework

Voir aussi

Référence

Commands2 Interface

EnvDTE80, espace de noms