Commands2::UpdateCommandUI Method (Boolean)

 

Forces a refresh of the command UI state.

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

void UpdateCommandUI(
	bool PerformImmediately
)

Parameters

PerformImmediately
Type: System::Boolean

Optional. If true, then the update is performed before UpdateCommandUI returns. If false, then UpdateCommandUI returns and the update is performed during idle time.

Return to top
Show: