DTE2.SuppressUI Property
Visual Studio 2015
Gets or sets a value indicating whether user interface (UI) should be displayed during the execution of automation code.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Implements
_DTE.SuppressUITypically, automation clients do not want UI to display and block the execution of the code. Some scenarios, however, might call for invoking commands or allowing for a special-handling UI to display so that the automation client does not need to reproduce the work of those dialog boxes.
Show: