Compartilhar via


Método Commands2.UpdateCommandUI

Força uma atualização do estado do comando de interface do usuário.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (em EnvDTE80.dll)

Sintaxe

'Declaração
Sub UpdateCommandUI ( _
    PerformImmediately As Boolean _
)
void UpdateCommandUI(
    bool PerformImmediately
)
void UpdateCommandUI(
    bool PerformImmediately
)
abstract UpdateCommandUI : 
        PerformImmediately:bool -> unit 
function UpdateCommandUI(
    PerformImmediately : boolean
)

Parâmetros

  • PerformImmediately
    Tipo: System.Boolean
    Opcional.Se true, em seguida, a atualização é executada antes de UpdateCommandUI retorna.Se for falso, em seguida, UpdateCommandUI retorna e a atualização é realizada durante o tempo ocioso.

Segurança do .NET Framework

Consulte também

Referência

Commands2 Interface

Namespace EnvDTE80