DTEClass::SuppressUI Property

 

This API supports the product 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)

public:
property bool SuppressUI {
	virtual bool get();
	virtual void set(bool value);
}

Property Value

Type: System::Boolean

true if the UI is not visible, otherwise false.

Return to top
Show: