Sdílet prostřednictvím


Commands2.UpdateCommandUI-Methode

Aktualisiert: November 2007

Erzwingt eine Aktualisierung des Zustands der Befehlsbenutzeroberfläche.

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

Syntax

'Declaration
Sub UpdateCommandUI ( _
    PerformImmediately As Boolean _
)
'Usage
Dim instance As Commands2
Dim PerformImmediately As Boolean

instance.UpdateCommandUI(PerformImmediately)
void UpdateCommandUI(
    bool PerformImmediately
)
void UpdateCommandUI(
    bool PerformImmediately
)
function UpdateCommandUI(
    PerformImmediately : boolean
)

Parameter

  • PerformImmediately
    Typ: System.Boolean

    Optional. Wenn true, wird die Aktualisierung ausgeführt, bevor UpdateCommandUI zurückgegeben wird. Wenn false, wird UpdateCommandUI zurückgegeben, und die Aktualisierung wird während der Leerlaufzeit ausgeführt.

Berechtigungen

Siehe auch

Referenz

Commands2-Schnittstelle

Commands2-Member

EnvDTE80-Namespace