Share via


DTEClass.SuppressUI Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information on this property, refer to SuppressUI.

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

Syntax

'Declaration
Public Overridable Property SuppressUI As Boolean
public virtual bool SuppressUI { get; set; }
public:
virtual property bool SuppressUI {
    bool get ();
    void set (bool value);
}
abstract SuppressUI : bool with get, set 
override SuppressUI : bool with get, set
function get SuppressUI () : boolean 
function set SuppressUI (value : boolean)

Property Value

Type: System.Boolean
true if the UI is not visible, otherwise false.

Implements

_DTE.SuppressUI

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace