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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.