ProvideOptionPageAttribute::NoShowAllView Property
Visual Studio 2015
Gets or sets whether aggregated Tools Options pages are shown.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property bool NoShowAllView { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if the Tools Options page is to be displayed in the default (complex) view of Tools Options pages.
Some programming environments, such as Visual Basic, have special Tools Options pages to aggregate common settings for specialized simplified views of the Tools Options.
Typically, it would be redundant to have aggregated Tools Options pages appear in the default (complex) view.
Setting this property to true prevents such a page from appearing in the default Tools Options page view.
For more information, see Options Dialog Box (Visual Studio)
Show: