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
.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.