_DTE.SuppressUI Property
Visual Studio 2015
Gets or sets whether UI should be displayed during the execution of automation code.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System.BooleanA Boolean value indicating True if the UI is suppressed, False if not.
Typically, automation clients do not want a 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 have to reproduce the work of those dialogs.
Show: