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
'Usage
Dim instance As DTEClass 
Dim value As Boolean 

value = instance.SuppressUI

instance.SuppressUI = value
public virtual bool SuppressUI { get; set; }
public:
virtual property bool SuppressUI {
    bool get ();
    void set (bool value);
}
public function get SuppressUI () : boolean 
public function set SuppressUI (value : boolean)

Property Value

Type: System.Boolean

Implements

_DTE.SuppressUI

.NET Framework Security

See Also

Reference

DTEClass Class

DTEClass Members

EnvDTE Namespace